X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fscene_change.cc;h=e9d319569487073f41c3e506bed9a0c78d8b7d07;hb=baa00942a20856cf332f547086ed5ebd2ff9078e;hp=322b37a1951b972296bf63bca3e9af1942327928;hpb=46c83693284ece4a732d26e62113ea4ac584d539;p=ardour.git diff --git a/libs/ardour/scene_change.cc b/libs/ardour/scene_change.cc index 322b37a195..e9d3195694 100644 --- a/libs/ardour/scene_change.cc +++ b/libs/ardour/scene_change.cc @@ -19,7 +19,7 @@ #include "ardour/midi_scene_change.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace PBD; using namespace ARDOUR; @@ -30,7 +30,7 @@ const uint32_t SceneChange::out_of_bound_color = 0x00000000; /* note: zero alpha boost::shared_ptr SceneChange::factory (const XMLNode& node, int version) { - const XMLProperty* prop = node.property (X_("type")); + XMLProperty const * prop = node.property (X_("type")); if (prop->value() == X_("MIDI")) { return boost::shared_ptr (new MIDISceneChange (node, version)); @@ -46,7 +46,7 @@ SceneChange::SceneChange () } void -SceneChange::set_color (uint32_t c) +SceneChange::set_color (uint32_t c) { _color = c; ColorChanged (); /* EMIT SIGNAL */