X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fvca_master_strip.h;h=0694b15e230c65ee20d7ab3eb53e870df628cfbf;hb=3d15499cdacacbafa32c8fcfb1389e6f0716ce9c;hp=6cc728ea5214602d01dacda90eaab354536c98b2;hpb=b759bae0cde1661d4d12f370facbf5b8189eacc9;p=ardour.git diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h index 6cc728ea52..0694b15e23 100644 --- a/gtk2_ardour/vca_master_strip.h +++ b/gtk2_ardour/vca_master_strip.h @@ -23,11 +23,13 @@ #include #include +#include #include "ardour_button.h" #include "axis_view.h" #include "control_slave_ui.h" #include "gain_meter.h" +#include "stripable_colorpicker.h" namespace ARDOUR { class GainControl; @@ -107,7 +109,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox void update_bottom_padding (); void start_color_edit (); - void finish_color_edit (int, Gtk::ColorSelectionDialog*); + StripableColorDialog _color_picker; };