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:
parent
12c62f0c82
commit
1eb753b842
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user