Timeline: Add omitted header file change.
This commit is contained in:
parent
ae6b78cf89
commit
e4e546b849
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue