Use ActionModel API in the Control Surfaces that can make use of it
[ardour.git] / libs / surfaces / mackie / controls.h
index c53be76891df4d3d7fb18cf7e5949ed927cae89a..e5d723a7d1e2a2945c3ee2bd04e8abbf5bef7cdd 100644 (file)
@@ -74,7 +74,7 @@ public:
        void set_value (float val, PBD::Controllable::GroupControlDisposition gcd = PBD::Controllable::UseGroup);
 
        virtual void start_touch (double when);
-       virtual void stop_touch (bool mark, double when);
+       virtual void stop_touch (double when);
 
   protected:
        boost::shared_ptr<ARDOUR::AutomationControl> normal_ac;