Towards packing CairoWidgets on ArdourCanvas.
[ardour.git] / libs / gtkmm2ext / tearoff.cc
index dbe5c3dc5cce3912adc5b8106a2c9be445e49b26..bb30e5610f64d60181b20beb73442d6eb8b41370 100644 (file)
@@ -26,7 +26,7 @@
 #include "gtkmm2ext/tearoff.h"
 #include "gtkmm2ext/utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace Gtkmm2ext;
 using namespace Gtk;
@@ -286,7 +286,7 @@ void
 TearOff::set_state (const XMLNode& node)
 {
         Glib::RefPtr<Gdk::Window> win;
-        const XMLProperty* prop;
+        XMLProperty const * prop;
 
         if ((prop = node.property (X_("tornoff"))) == 0) {
                 return;