diff --git a/plugins/adt/PluginADT.hpp b/plugins/adt/PluginADT.hpp index e1971ac..96f3308 100644 --- a/plugins/adt/PluginADT.hpp +++ b/plugins/adt/PluginADT.hpp @@ -86,7 +86,7 @@ class PluginADT : public Plugin { // // Get a proper plugin UID and fill it in here! int64_t getUniqueId() const noexcept override { - return d_cconst('a', 'b', 'c', 'd'); + return d_cconst('a', 'd', 't', 'v'); } // -------------------------------------------------------------------