fix touch-recording of automation in a loop
[ardour.git] / gtk2_ardour / level_meter.h
index a355d7d28540fedc065e19afc74bc97b2e25173d..5b8668eb588f058c761bf9105123177a3445ce5d 100644 (file)
@@ -49,7 +49,7 @@ namespace Gtk {
        class Menu;
 }
 
-class LevelMeterBase : public ARDOUR::SessionHandlePtr
+class LevelMeterBase : public ARDOUR::SessionHandlePtr, virtual public sigc::trackable
 {
   public:
        LevelMeterBase (ARDOUR::Session*, PBD::EventLoop::InvalidationRecord* ir,
@@ -121,8 +121,6 @@ class LevelMeterBase : public ARDOUR::SessionHandlePtr
        void configuration_changed (ARDOUR::ChanCount in, ARDOUR::ChanCount out);
        void meter_type_changed (ARDOUR::MeterType);
 
-       void on_theme_changed ();
-       bool style_changed;
        bool color_changed;
        void color_handler ();
 };