diff options
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index 1aa28b4..5f54c7e 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -59,7 +59,7 @@ public: void update_state(); void store_window_location(); - void status_message(const string& msg); + void status_message(const std::string& msg); inline void queue_refresh() { _refresh = true; } int max_pane_position() @@ -126,9 +126,9 @@ protected: Gtk::Main* _gtk_main; - string _settings_filename; - bool _refresh; - bool _enable_refresh; + std::string _settings_filename; + bool _refresh; + bool _enable_refresh; Gtk::Window* _main_window; JackSettingsDialog* _jack_settings_dialog; |