From f058f910f4abb6ae8318bd4dd304bb756d9f09f6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 19 Dec 2022 16:43:42 +0100 Subject: [PATCH] Actually use overloaded get_presets() implementations --- libs/ardour/ardour/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/plugin.h b/libs/ardour/ardour/plugin.h index 7f2ff6d9f2..a27c683672 100644 --- a/libs/ardour/ardour/plugin.h +++ b/libs/ardour/ardour/plugin.h @@ -258,7 +258,7 @@ public: const PresetRecord* preset_by_label (const std::string&); const PresetRecord* preset_by_uri (const std::string&); - std::vector get_presets (); + virtual std::vector get_presets (); /** @return Last preset to be requested; the settings may have * been changed since; find out with parameter_changed_since_last_preset.