summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/bindable_button.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-06-23 20:02:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-06-23 20:02:15 +0000
commitd13fdaa9d19e0db68ddcc792c3c3bb8ff661a72e (patch)
treea433b453635319ce91470d43189d3b88336ec488 /libs/gtkmm2ext/gtkmm2ext/bindable_button.h
parentd45dfa5cb602da24d2cbcbca00ff7c69ba18c4cb (diff)
make RouteGroup gain control work again ; fix what solo button label shows under different conditions; other miscellania
git-svn-id: svn://localhost/ardour2/branches/3.0@5262 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/bindable_button.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/bindable_button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/bindable_button.h b/libs/gtkmm2ext/gtkmm2ext/bindable_button.h
index 3fad7d1faa..18e3ceb339 100644
--- a/libs/gtkmm2ext/gtkmm2ext/bindable_button.h
+++ b/libs/gtkmm2ext/gtkmm2ext/bindable_button.h
@@ -34,6 +34,7 @@ class BindableToggleButton : public Gtkmm2ext::StatefulToggleButton
public:
BindableToggleButton (const std::string &label)
: Gtkmm2ext::StatefulToggleButton (label) {}
+ BindableToggleButton () {}
virtual ~BindableToggleButton() {}