Browse Source

Timeline: Add omitted header file change.

tags/non-daw-v1.2.0
Jonathan Moore Liles 13 years ago
parent
commit
e4e546b849
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      timeline/src/Project.H

+ 1
- 0
timeline/src/Project.H View File

@@ -51,6 +51,7 @@ public:


static const char *errstr ( int n ) { return _errstr[ ( 0 - n ) - 1 ]; } 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 const char *name ( void ) { return Project::_name; }
static void compact ( void ); static void compact ( void );
static bool close ( void ); static bool close ( void );


Loading…
Cancel
Save