diff options
Diffstat (limited to 'src/project.h')
-rw-r--r-- | src/project.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h index 03d482b..2b172ea 100644 --- a/src/project.h +++ b/src/project.h @@ -51,6 +51,8 @@ public: AudioFileList getFileList() const; void setFileList(const AudioFileList& file_list); + Project& getProject(); + private: friend class ProjectSerialiser; |