summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lxvst_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/lxvst_plugin.h')
-rw-r--r--libs/ardour/ardour/lxvst_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/lxvst_plugin.h b/libs/ardour/ardour/lxvst_plugin.h
index cc6f507144..d58bc63d06 100644
--- a/libs/ardour/ardour/lxvst_plugin.h
+++ b/libs/ardour/ardour/lxvst_plugin.h
@@ -47,6 +47,7 @@ class LIBARDOUR_API LXVSTPluginInfo : public PluginInfo
~LXVSTPluginInfo () {}
PluginPtr load (Session& session);
+ virtual std::vector<Plugin::PresetRecord> get_presets(Session&);
};
} // namespace ARDOUR