summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_button.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-11 17:24:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-11 17:24:05 +0000
commit702cca1c93fe3a8c142380cba724823ff7a1f26b (patch)
tree90356085ddc108a91dda3d1ca3a57c70c117deb3 /gtk2_ardour/ardour_button.h
parent84bb14efdc07b5c6a18f02aa61d46bbf76c4a077 (diff)
extra track header buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10550 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_button.h')
-rw-r--r--gtk2_ardour/ardour_button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_button.h b/gtk2_ardour/ardour_button.h
index 892c98cbff..8da31a1066 100644
--- a/gtk2_ardour/ardour_button.h
+++ b/gtk2_ardour/ardour_button.h
@@ -78,6 +78,7 @@ class ArdourButton : public CairoWidget
void set_distinct_led_click (bool yn);
sigc::signal<void> signal_led_clicked;
+ sigc::signal<void> signal_clicked;
boost::shared_ptr<PBD::Controllable> get_controllable() { return binding_proxy.get_controllable(); }
void set_controllable (boost::shared_ptr<PBD::Controllable> c);