add new clear-gray color theme
[ardour.git] / gtk2_ardour / control_point.cc
index 01b92ea66f636efe5829505d14b5b8022e3f77d4..2a457c52f1ec487a19fcb06c375ccdb5d5644859 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "canvas/rectangle.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -80,7 +80,7 @@ ControlPoint::ControlPoint (const ControlPoint& other, bool /*dummy_arg_to_force
 ControlPoint::~ControlPoint ()
 {
        CatchDeletion (this); /* EMIT SIGNAL */
-       
+
        delete _item;
 }
 
@@ -165,7 +165,7 @@ ControlPoint::move_to (double x, double y, ShapeType shape)
 }
 
 ArdourCanvas::Item&
-ControlPoint::item() const 
+ControlPoint::item() const
 {
        return *_item;
 }