X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmtest.cc;h=3103a8305365d8aebf01703c1efce77013d80a0d;hb=3008fbdea5098fac2649fc7c69efc2cb8f0769ee;hp=b37b75c9b6f91e0edcc9e6d775fa59033ed52c75;hpb=8687895abba4209a6de8d8a8fc1bda5996f0d875;p=ardour.git diff --git a/gtk2_ardour/mtest.cc b/gtk2_ardour/mtest.cc index b37b75c9b6..3103a83053 100644 --- a/gtk2_ardour/mtest.cc +++ b/gtk2_ardour/mtest.cc @@ -64,7 +64,7 @@ make_action (Glib::RefPtr group, string name, string label) } bool -lookup_entry (const ustring accel_path, Gtk::AccelKey& key) +lookup_entry (const string accel_path, Gtk::AccelKey& key) { GtkAccelKey gkey; bool known = gtk_accel_map_lookup_entry (accel_path.c_str(), &gkey);