Initial stab at tempo ramps.
[ardour.git] / libs / ardour / playlist_factory.cc
index 150ae6c3aca3de9956989042a347dbc7e6aea122..79bbfb02f36b35199137d00c52d8038ba33ab67f 100644 (file)
@@ -36,7 +36,7 @@ PBD::Signal2<void,boost::shared_ptr<Playlist>, bool> PlaylistFactory::PlaylistCr
 boost::shared_ptr<Playlist>
 PlaylistFactory::create (Session& s, const XMLNode& node, bool hidden, bool unused)
 {
-       const XMLProperty* type = node.property("type");
+       XMLProperty const * type = node.property("type");
 
        boost::shared_ptr<Playlist> pl;