summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-04 12:40:26 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-04 12:40:26 +0000
commit36564e4f910bc31fa23a6e73da8440f6ad78a2fc (patch)
treea04b741577686802733c0804311943be44bc65cb /gtk2_ardour/mixer_ui.h
parent12bf437c6eb6677f10ef7d09b1e096cf67ed73b1 (diff)
Use std::string for order key map.
git-svn-id: svn://localhost/ardour2/branches/3.0@5318 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index 1ebe0e031b..894b9b364f 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -80,7 +80,7 @@ class Mixer_UI : public Gtk::Window
RouteRedirectSelection& selection() { return _selection; }
- static const char* get_order_key();
+ static std::string get_order_key();
private:
ARDOUR::Session *session;
@@ -243,7 +243,7 @@ class Mixer_UI : public Gtk::Window
Width _strip_width;
- void sync_order_keys (const char *src);
+ void sync_order_keys (std::string const &);
bool strip_redisplay_does_not_reset_order_keys;
bool strip_redisplay_does_not_sync_order_keys;
bool ignore_sync;