X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fwindows_vst_plugin.cc;h=9dec5ea7724be2c029148398af3fde99003c7680;hb=6c61194710c2e5758dd377af577933ae62e1dbec;hp=a480642e3afbb030d2d99bc0d8b7db12fbd0fa24;hpb=e6e7377cd8596f8ed8b5d39634e550a05995999b;p=ardour.git diff --git a/libs/ardour/windows_vst_plugin.cc b/libs/ardour/windows_vst_plugin.cc index a480642e3a..9dec5ea772 100644 --- a/libs/ardour/windows_vst_plugin.cc +++ b/libs/ardour/windows_vst_plugin.cc @@ -115,8 +115,8 @@ WindowsVSTPluginInfo::get_presets (bool user_only) const if (t->read ()) { XMLNode* root = t->root (); for (XMLNodeList::const_iterator i = root->children().begin(); i != root->children().end(); ++i) { - XMLProperty* uri = (*i)->property (X_("uri")); - XMLProperty* label = (*i)->property (X_("label")); + XMLProperty const * uri = (*i)->property (X_("uri")); + XMLProperty const * label = (*i)->property (X_("label")); p.push_back (Plugin::PresetRecord (uri->value(), label->value(), true)); } }