mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / gtk2_ardour / editor_drag.h
index f2b08d4cfe27dbe412d94eed9f887b3694f442cf..df54c6bda7f57b39e5232fa5f7ee8dd589e23a3d 100644 (file)
@@ -822,6 +822,7 @@ private:
        double _grab_qn;
        ARDOUR::TempoSection* _tempo;
        XMLNode* _before_state;
+       bool     _drag_valid;
 };
 
 /** tempo curve twist drag */
@@ -880,6 +881,7 @@ private:
        double _grab_qn;
        ARDOUR::TempoSection* _tempo;
        XMLNode* _before_state;
+       bool _drag_valid;
 };
 
 /** Drag of the playhead cursor */