From 0617024eb66566ec9f6edc470dd5e165a0646e57 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 23 Aug 2014 00:22:04 +0100 Subject: [PATCH] Fix build --- dpf | 2 +- plugins/Nekobi/DistrhoPluginNekobi.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'); }