summaryrefslogtreecommitdiff
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h2
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;