summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index 76183b5b5a..a7f1517f41 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -39,6 +39,8 @@
#include <gtkmm/liststore.h>
#include <gtkmm/combobox.h>
+#include "pbd/filesystem.h"
+
#include "ardour/utils.h"
class EngineControl;
@@ -85,6 +87,8 @@ class ArdourStartup : public Gtk::Assistant {
bool new_user;
bool new_only;
+ PBD::sys::path been_here_before_path () const;
+
void on_apply ();
void on_cancel ();
bool on_delete_event (GdkEventAny*);