diff framework/MainWindowBase.h @ 712:8e9702c0b9c7

Support updated PaneStack options API
author Chris Cannam
date Fri, 04 Oct 2019 13:52:48 +0100
parents 11336010561e
children fe268c16ae28
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Fri Oct 04 13:52:27 2019 +0100
+++ b/framework/MainWindowBase.h	Fri Oct 04 13:52:48 2019 +0100
@@ -25,6 +25,7 @@
 
 #include "base/Command.h"
 #include "view/ViewManager.h"
+#include "view/PaneStack.h"
 #include "base/PropertyContainer.h"
 #include "base/RecentFiles.h"
 #include "base/FrameTimer.h"
@@ -101,7 +102,8 @@
     };
     typedef int SoundOptions;
     
-    MainWindowBase(SoundOptions options = WithEverything);
+    MainWindowBase(SoundOptions soundOptions = WithEverything,
+                   PaneStack::Options paneStackOptions = 0x0);
     virtual ~MainWindowBase();
     
     enum AudioFileOpenMode {