revert inadvertently committed debug settings
[ardour.git] / libs / ardour / midi_automation_list_binder.cc
index f7249d72b1e1b95303bc33e28ca3fd6269d76674..b01155b7391719ce4a5dd1b86a8b140f1bb3077b 100644 (file)
@@ -35,10 +35,10 @@ MidiAutomationListBinder::MidiAutomationListBinder (boost::shared_ptr<MidiSource
 MidiAutomationListBinder::MidiAutomationListBinder (XMLNode* node, Session::SourceMap const & sources)
        : _parameter (0, 0, 0)
 {
-       XMLProperty* source = node->property ("source-id");
+       XMLProperty const * source = node->property ("source-id");
        assert (source);
 
-       XMLProperty* parameter = node->property ("parameter");
+       XMLProperty const * parameter = node->property ("parameter");
        assert (parameter);
 
        Session::SourceMap::const_iterator i = sources.find (PBD::ID (source->value()));