summaryrefslogtreecommitdiff
path: root/libs/ardour/scene_change.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/scene_change.cc')
-rw-r--r--libs/ardour/scene_change.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/scene_change.cc b/libs/ardour/scene_change.cc
index aed899565f..dcf83951cd 100644
--- a/libs/ardour/scene_change.cc
+++ b/libs/ardour/scene_change.cc
@@ -30,7 +30,7 @@ const uint32_t SceneChange::out_of_bound_color = 0x00000000; /* note: zero alpha
boost::shared_ptr<SceneChange>
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<SceneChange> (new MIDISceneChange (node, version));