summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-02 16:46:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-02 16:46:49 +0000
commit592bfa3616678838bb80b925d66fbadae2d20d7e (patch)
tree80b9db7307f325c2118964a8d8334d8b3c70687f /gtk2_ardour/editor_routes.h
parent36803567f0ad2c385f3259856a282b5ce3b4e0e2 (diff)
mute and send-alert buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10397 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_routes.h')
-rw-r--r--gtk2_ardour/editor_routes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h
index 3efde73288..48b944acd7 100644
--- a/gtk2_ardour/editor_routes.h
+++ b/gtk2_ardour/editor_routes.h
@@ -21,6 +21,7 @@
#define __ardour_gtk_editor_route_h__
#include "pbd/signals.h"
+#include "gtkmm2ext/widget_state.h"
#include "editor_component.h"
class EditorRoutes : public EditorComponent, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
@@ -123,7 +124,7 @@ private:
Gtk::TreeModelColumn<std::string> text;
Gtk::TreeModelColumn<bool> visible;
Gtk::TreeModelColumn<uint32_t> rec_state;
- Gtk::TreeModelColumn<uint32_t> mute_state;
+ Gtk::TreeModelColumn<Gtkmm2ext::ActiveState> mute_state;
Gtk::TreeModelColumn<uint32_t> solo_state;
Gtk::TreeModelColumn<uint32_t> solo_isolate_state;
Gtk::TreeModelColumn<uint32_t> solo_safe_state;