summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2012-06-23 05:09:46 +0000
committerTim Mayberry <mojofunk@gmail.com>2012-06-23 05:09:46 +0000
commit218b63cc37ddb4a611e040e408e71b74bea8e6bb (patch)
treefe0bef5b5f758880ac46cb2366582b97a851b78a /gtk2_ardour/startup.h
parent4b96a5b34de67b99cb89e34466a63bcac97fef42 (diff)
Use std::string and Glib::build_filename in gtk2_ardour
git-svn-id: svn://localhost/ardour2/branches/3.0@12903 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index be3972a298..c2de96c55f 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -39,8 +39,6 @@
#include <gtkmm/liststore.h>
#include <gtkmm/combobox.h>
-#include "pbd/filesystem.h"
-
#include "ardour/utils.h"
class EngineControl;
@@ -87,7 +85,7 @@ class ArdourStartup : public Gtk::Assistant {
bool new_user;
bool new_only;
- PBD::sys::path been_here_before_path () const;
+ std::string been_here_before_path () const;
void on_apply ();
void on_cancel ();