summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-05-29 17:37:48 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-05-29 17:37:48 -0600
commit81dbb977c505bd2b1dd7b24be70931e52e18a171 (patch)
treec4d6d21bee79505f0c79803acef96124bfbd5a21 /gtk2_ardour/streamview.h
parent098ff7a07ec6f62c4708e6b2a83ab2ae56943a16 (diff)
fixups for rebase of show-region-name option
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index a671b2e0f3..dd4762bc52 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -125,7 +125,7 @@ public:
/** Emitted when the height of regions has changed */
sigc::signal<void> ContentsHeightChanged;
- virtual void parameter_handler (std::string const &);
+ virtual void parameter_changed (std::string const &);
protected:
StreamView (RouteTimeAxisView&, ArdourCanvas::Container* canvas_group = 0);