summaryrefslogtreecommitdiff
path: root/plugins/ZamNoise/ZamNoisePlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamNoise/ZamNoisePlugin.hpp')
-rw-r--r--plugins/ZamNoise/ZamNoisePlugin.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/ZamNoise/ZamNoisePlugin.hpp b/plugins/ZamNoise/ZamNoisePlugin.hpp
index 4ca8082..0e38c06 100644
--- a/plugins/ZamNoise/ZamNoisePlugin.hpp
+++ b/plugins/ZamNoise/ZamNoisePlugin.hpp
@@ -57,6 +57,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+";