simply future debugging of exit at start.
[ardour.git] / gtk2_ardour / session_dialog.h
index 21d2f5ea3ffb0fa46954d1fc65ab4824070db76c..2178cfbe7364393778291a80ba83011f07b1d3a4 100644 (file)
@@ -47,12 +47,15 @@ class EngineControl;
 
 class SessionDialog : public ArdourDialog {
   public:
-        SessionDialog (bool require_new, const std::string& session_name, const std::string& session_path, const std::string& template_name);
+        SessionDialog (bool require_new, const std::string& session_name, const std::string& session_path, 
+                      const std::string& template_name, bool cancel_not_quit);
        ~SessionDialog ();
 
+        void clear_given ();
+
        std::string session_name (bool& should_be_new);
        std::string session_folder ();
-
+    
        bool use_session_template();
        std::string session_template_name();