summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audio_unit.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-04-02 14:12:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-04-02 14:12:09 +0000
commitee725fbe915dfc81fb10a58045419566a917f206 (patch)
treee41c2d702e857b7d08fcb0c08e32e65b89e3bc9e /libs/ardour/ardour/audio_unit.h
parent7d30cc243f304468e8bf46d51c19e7c92757ab6d (diff)
more attempted cleanup of AU preset declarations
git-svn-id: svn://localhost/ardour2/branches/3.0@9263 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/audio_unit.h')
-rw-r--r--libs/ardour/ardour/audio_unit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/audio_unit.h b/libs/ardour/ardour/audio_unit.h
index abbfdbea3d..74edd4a3c2 100644
--- a/libs/ardour/ardour/audio_unit.h
+++ b/libs/ardour/ardour/audio_unit.h
@@ -97,8 +97,8 @@ class AUPlugin : public ARDOUR::Plugin
int set_state(const XMLNode& node, int);
- bool save_preset (std::string name);
- bool load_preset (const std::string& preset_label);
+ PresetRecord save_preset (std::string name);
+ bool load_preset (PresetRecord);
std::string current_preset() const;
bool has_editor () const;