adjust plugin-UI height when toggling expanders
[ardour.git] / gtk2_ardour / control_point.cc
index a044ccfb8ff3252de9700e16eb3b9a07ee1699fe..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;
 }