Trim session.h include dependency tree.
[ardour.git] / gtk2_ardour / startup.h
index 9a4202b3995d4595fbea95e81c09f7c0e26dc9c9..85662047557154630df1c04dacd755c9a29968c2 100644 (file)
@@ -20,6 +20,8 @@
 #include <gtkmm/liststore.h>
 #include <gtkmm/combobox.h>
 
+#include "ardour/utils.h"
+
 class EngineControl;
 
 class ArdourStartup : public Gtk::Assistant {
@@ -54,10 +56,14 @@ class ArdourStartup : public Gtk::Assistant {
        int output_limit_count() const;
 
        bool connect_outs_to_master() const;
-       bool connect_outs_to_physical() const ;
+       bool connect_outs_to_physical() const;
+
+       bool applying () const {
+               return _applying;
+       }
 
   private:
-       bool applying;
+       bool _applying;
        bool config_modified;
        bool new_user;
        bool new_only;