summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-05 15:19:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-05 16:33:01 -0400
commit171b70927a55e8e8081e41595830970cf7e3fad6 (patch)
tree31e3554e883bb6417185187afa1b04f6f89f14ce /gtk2_ardour/route_ui.h
parentd58cb3daa3f0e091a11e3846b28e83bcf0f93587 (diff)
make AxisView::marked_for_display() be virtual so we can use the a Stripable's PresentationInfo hidden() status
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index ddb6b40b57..7ba151f39b 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -299,6 +299,8 @@ class RouteUI : public virtual AxisView
static std::string program_port_prefix;
+ bool mark_hidden (bool yn);
+
private:
void parameter_changed (std::string const &);
void relabel_solo_button ();