Tag_reset() should be FromPlug, not FromGui.
[ardour.git] / libs / ardour / ardour / plugin_manager.h
index f9b6feb73720aba1322229e7f1da6a64eccead64..a66e2d0674e38863152daa5968bc438290140d4b 100644 (file)
@@ -92,7 +92,7 @@ public:
                FromGui             // ... from the UI, in realtime: will emit a signal so ui can show "sanitized" string as it is generated
        };
        void set_tags (ARDOUR::PluginType type, std::string unique_id, std::string tags, std::string name, TagType tagtype);
-       void reset_tags (PluginInfoPtr const&, TagType);
+       void reset_tags (PluginInfoPtr const&);
        std::string get_tags_as_string (PluginInfoPtr const&) const;
        std::vector<std::string> get_tags (PluginInfoPtr const&) const;