summaryrefslogtreecommitdiff
path: root/plugins/ZamCompX2/ZamCompX2Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamCompX2/ZamCompX2Plugin.hpp')
-rw-r--r--plugins/ZamCompX2/ZamCompX2Plugin.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/ZamCompX2/ZamCompX2Plugin.hpp b/plugins/ZamCompX2/ZamCompX2Plugin.hpp
index 52b867b..315a5e2 100644
--- a/plugins/ZamCompX2/ZamCompX2Plugin.hpp
+++ b/plugins/ZamCompX2/ZamCompX2Plugin.hpp
@@ -62,6 +62,11 @@ protected:
return "Damien Zammit";
}
+ const char* getHomePage() const noexcept override
+ {
+ return "http://www.zamaudio.com";
+ }
+
const char* getLicense() const noexcept override
{
return "GPL v2+";