X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fselection_memento.cc;h=f122de3a9b8732b0333c158bef024acab0810841;hb=b2aaffadc51ad38939e52d5f792e3e9a098ff2d7;hp=c190d7e6aea9988c10cbaf021ab793f67bdacdd2;hpb=c5252599bc958b3adba0b59223ce86ed227504b1;p=ardour.git diff --git a/gtk2_ardour/selection_memento.cc b/gtk2_ardour/selection_memento.cc index c190d7e6ae..f122de3a9b 100644 --- a/gtk2_ardour/selection_memento.cc +++ b/gtk2_ardour/selection_memento.cc @@ -17,11 +17,12 @@ */ +#include "ardour/lmath.h" #include "selection_memento.h" #include "editing.h" #include "public_editor.h" -#include "i18n.h" +#include "pbd/i18n.h" SelectionMemento::SelectionMemento () { @@ -53,7 +54,7 @@ SelectionMemento::get_state () { int SelectionMemento::set_state (const XMLNode& node, int /*version*/) { - const XMLProperty* prop; + XMLProperty const * prop; PublicEditor& editor = PublicEditor::instance(); if (node.name() != X_("SelectionMemento")) { return -1;