13
0

fix up (?) audio_unit.cc compilation, maybe

git-svn-id: svn://localhost/ardour2/branches/3.0@9260 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-02 13:51:18 +00:00
parent 12c62f0c82
commit 1eb753b842

View File

@ -1658,10 +1658,8 @@ AUPlugin::set_state(const XMLNode& node, int version)
}
bool
AUPlugin::load_preset (PluginRecord r)
AUPlugin::load_preset (const string& preset_label)
{
Plugin::load_preset (r);
#ifdef AU_STATE_SUPPORT
bool ret = false;
CFPropertyListRef propertyList;