summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-28 19:00:59 +0100
committerRobin Gareus <robin@gareus.org>2015-10-28 19:00:59 +0100
commitebbe96aa08f480cad8840bcf3f354f0c5d542073 (patch)
treefb2c89fc743f1d89151f60fc6d461e2f9758fc0e /gtk2_ardour/route_time_axis.cc
parentdbf28e320c899fcf5224518ff59a23e40ca717a1 (diff)
note to self: at least test compilation before git push.
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
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<Processor> p
string name = processor->describe_parameter (*i);
- if (name.begin == X_("hidden")) {
+ if (name == X_("hidden")) {
continue;
}