diff main/MainWindow.cpp @ 1045:691a8210e480 recording

Start stubbing in audio record
author Chris Cannam
date Tue, 18 Aug 2015 14:04:47 +0100
parents 28ccb621d1af
children 2aaeb77609cf
line wrap: on
line diff
--- a/main/MainWindow.cpp	Mon Aug 17 16:19:01 2015 +0100
+++ b/main/MainWindow.cpp	Tue Aug 18 14:04:47 2015 +0100
@@ -130,8 +130,8 @@
 using std::set;
 
 
-MainWindow::MainWindow(bool withAudioOutput, bool withOSCSupport) :
-    MainWindowBase(withAudioOutput, true),
+MainWindow::MainWindow(SoundOptions options, bool withOSCSupport) :
+    MainWindowBase(options),
     m_overview(0),
     m_mainMenusCreated(false),
     m_paneMenu(0),