summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 6f53b7232d..7e4dd2e968 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -26,6 +26,7 @@
#include "pbd/signals.h"
#include <gtkmm/textview.h>
+#include <gtkmm/colorselection.h>
#include "gtkmm2ext/widget_state.h"
@@ -40,6 +41,7 @@
#include "axis_view.h"
#include "selectable.h"
+#include "stripable_colorpicker.h"
#include "window_manager.h"
namespace ARDOUR {
@@ -336,6 +338,8 @@ private:
std::vector<ArdourButton*> _invert_buttons;
Gtk::Menu* _invert_menu;
+ StripableColorDialog _color_picker;
+
static void set_showing_sends_to (boost::shared_ptr<ARDOUR::Route>);
static boost::weak_ptr<ARDOUR::Route> _showing_sends_to;