diff --git a/dpf b/dpf index 03ddba5..815d012 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 03ddba518eebedc08710123e3e3a83b18662da15 +Subproject commit 815d01277152c0067b6d309a92aa367651e6cd18 diff --git a/plugins/Nekobi/DistrhoPluginNekobi.hpp b/plugins/Nekobi/DistrhoPluginNekobi.hpp index 4c453bc..b7b765c 100644 --- a/plugins/Nekobi/DistrhoPluginNekobi.hpp +++ b/plugins/Nekobi/DistrhoPluginNekobi.hpp @@ -59,7 +59,7 @@ protected: const char* d_getMaker() const noexcept override { - return "DISTRHO"; + return "Sean Bolton, falkTX"; } const char* d_getLicense() const noexcept override @@ -72,7 +72,7 @@ protected: return 0x1000; } - long d_getUniqueId() const noexcept override + int64_t d_getUniqueId() const noexcept override { return d_cconst('D', 'N', 'e', 'k'); }