summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-05-29 15:16:00 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-05-29 15:24:40 -0600
commit8463fb728f5215870c67e26a45996f6fc5179571 (patch)
tree4c0cfa45bd301356ae06bf010387a5d4b36eceee /gtk2_ardour/streamview.h
parentb1587940e46d220a696d6cf11b9b0efd3b144b85 (diff)
add option to show/hide region names
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index d2793c2c6d..a671b2e0f3 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -125,6 +125,8 @@ public:
/** Emitted when the height of regions has changed */
sigc::signal<void> ContentsHeightChanged;
+ virtual void parameter_handler (std::string const &);
+
protected:
StreamView (RouteTimeAxisView&, ArdourCanvas::Container* canvas_group = 0);