Actually use overloaded get_presets() implementations

This commit is contained in:
Robin Gareus
2022-12-19 16:43:42 +01:00
parent 10d12599dd
commit f058f910f4

View File

@@ -258,7 +258,7 @@ public:
const PresetRecord* preset_by_label (const std::string&);
const PresetRecord* preset_by_uri (const std::string&);
std::vector<PresetRecord> get_presets ();
virtual std::vector<PresetRecord> get_presets ();
/** @return Last preset to be requested; the settings may have
* been changed since; find out with parameter_changed_since_last_preset.