note to self: at least test compilation before git push.
authorRobin Gareus <robin@gareus.org>
Wed, 28 Oct 2015 18:00:59 +0000 (19:00 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 28 Oct 2015 18:00:59 +0000 (19:00 +0100)
gtk2_ardour/route_time_axis.cc

index 72ab5842440e10f84ce7a73916b2dc46824af36a..ee1b4f4322a886f26293a7a3aefda94b2cd0516c 100644 (file)
@@ -2358,7 +2358,7 @@ RouteTimeAxisView::add_processor_to_subplugin_menu (boost::weak_ptr<Processor> p
 
                string name = processor->describe_parameter (*i);
 
-               if (name.begin == X_("hidden")) {
+               if (name == X_("hidden")) {
                        continue;
                }