From e4e546b84901bf357c0e0bd426f452fe974b44ea Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sun, 4 Mar 2012 12:55:16 -0800 Subject: [PATCH] Timeline: Add omitted header file change. --- timeline/src/Project.H | 1 + 1 file changed, 1 insertion(+) diff --git a/timeline/src/Project.H b/timeline/src/Project.H index dc09573..9abe4e6 100644 --- a/timeline/src/Project.H +++ b/timeline/src/Project.H @@ -51,6 +51,7 @@ public: static const char *errstr ( int n ) { return _errstr[ ( 0 - n ) - 1 ]; } + static const char * path ( void ) { return Project::_path; } static const char *name ( void ) { return Project::_name; } static void compact ( void ); static bool close ( void );