Insert/Redirect refactoring, towards better MIDI support in mixer strip, and
[ardour.git] / libs / ardour / ardour / curve.h
index dd63439f08500db8dde2521f6df6fc3e48442984..605eda2e4b7a6be134966fb4dbbcc5680dfc93f0 100644 (file)
@@ -60,7 +60,7 @@ class Curve : public AutomationList
 
        void solve ();
 
-        static sigc::signal<void, Curve*> CurveCreated;
+       static sigc::signal<void, Curve*> CurveCreated;
                
   protected:
        ControlEvent* point_factory (double,double) const;