Timeline: Add omitted header file change.

pull/3/head
Jonathan Moore Liles 2012-03-04 12:55:16 -08:00
parent ae6b78cf89
commit e4e546b849
1 changed files with 1 additions and 0 deletions

View File

@ -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 );