summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-11-19 21:43:20 +0000
committerDoug McLain <doug@nostar.net>2007-11-19 21:43:20 +0000
commitafb0c4246ea06a57d041739b26e9ae445941174e (patch)
treecb6b9a23add203ca41fd5ec0acb20c656a55ad99 /gtk2_ardour/route_time_axis.h
parentf265a08604a5cb9e2844c40fbae00d326db9c7fc (diff)
Add meters to busses too, and hide meter once again for smallest size
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2700 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index c2c1f02ee5..93e6b2035a 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -104,6 +104,7 @@ public:
void hide_meter ();
void show_meter ();
void reset_meter ();
+ void clear_meter ();
void meter_changed (void *);
protected: