From ebbe96aa08f480cad8840bcf3f354f0c5d542073 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 28 Oct 2015 19:00:59 +0100 Subject: [PATCH] note to self: at least test compilation before git push. --- gtk2_ardour/route_time_axis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index 72ab584244..ee1b4f4322 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -2358,7 +2358,7 @@ RouteTimeAxisView::add_processor_to_subplugin_menu (boost::weak_ptr p string name = processor->describe_parameter (*i); - if (name.begin == X_("hidden")) { + if (name == X_("hidden")) { continue; } -- 2.30.2