fix incorrect accumulation of export video options each time the dialog is used
[ardour.git] / gtk2_ardour / control_point.h
index 045f1241edc2b415b94764f5eb108d925641f0f1..524398aa014ece481cf596e4ea0515d87cd9f90a 100644 (file)
@@ -43,7 +43,7 @@ namespace ArdourCanvas {
 
 class ControlPoint : public Selectable
 {
-  public:
+public:
        ControlPoint (AutomationLine& al);
        ControlPoint (const ControlPoint&, bool dummy_arg_to_force_special_copy_constructor);
        virtual ~ControlPoint ();
@@ -81,8 +81,8 @@ class ControlPoint : public Selectable
        AutomationLine&                  line()  const { return _line; }
 
        static PBD::Signal1<void, ControlPoint *> CatchDeletion;
-       
-  private:
+
+private:
        ArdourCanvas::Rectangle*        _item;
        AutomationLine&                  _line;
        ARDOUR::AutomationList::iterator _model;