summaryrefslogtreecommitdiff
path: root/gtk2_ardour/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/actions.h')
-rw-r--r--gtk2_ardour/actions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/actions.h b/gtk2_ardour/actions.h
index c84ad2c15b..de663f106e 100644
--- a/gtk2_ardour/actions.h
+++ b/gtk2_ardour/actions.h
@@ -95,7 +95,7 @@ class ActionManager
static Glib::RefPtr<Gtk::Action> register_toggle_action (Glib::RefPtr<Gtk::ActionGroup> group,
const char * name, const char * label, sigc::slot<void> sl);
- static bool lookup_entry (const Glib::ustring accel_path, Gtk::AccelKey& key);
+ static bool lookup_entry (const std::string accel_path, Gtk::AccelKey& key);
static void get_all_actions (std::vector<std::string>& labels,
std::vector<std::string>& paths,