remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / windows_vst_plugin.h
index 17b72ac8dad68940af0fc440947e6562fe61c43b..7566eab098a8eb6748ecbd7cb8b58a3206132899 100644 (file)
@@ -26,7 +26,7 @@ struct LIBARDOUR_API _VSTHandle;
 typedef struct _VSTHandle VSTHandle;
 
 namespace ARDOUR {
-       
+
 class AudioEngine;
 class Session;
 
@@ -47,6 +47,7 @@ public:
        ~WindowsVSTPluginInfo () {}
 
        PluginPtr load (Session& session);
+       std::vector<Plugin::PresetRecord> get_presets (bool user_only) const;
 };
 
 } // namespace ARDOUR