summaryrefslogtreecommitdiff
path: root/plugins/ZamDelay
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2015-11-30 12:39:39 +0100
committerfalkTX <falktx@gmail.com>2015-11-30 12:39:39 +0100
commit0ecd6f6bb092ae35394abcf0b6ddd418b8279f25 (patch)
treefb6b95afd38859c581d0ce4ad5b9c825d5669d39 /plugins/ZamDelay
parentb8e1af97b51f860931533728eeae5e97da246124 (diff)
Add descriptions, fill some from http://www.zamaudio.com/?p=976
Diffstat (limited to 'plugins/ZamDelay')
-rw-r--r--plugins/ZamDelay/ZamDelayPlugin.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/ZamDelay/ZamDelayPlugin.hpp b/plugins/ZamDelay/ZamDelayPlugin.hpp
index 0b95aae..867651d 100644
--- a/plugins/ZamDelay/ZamDelayPlugin.hpp
+++ b/plugins/ZamDelay/ZamDelayPlugin.hpp
@@ -58,6 +58,11 @@ protected:
return "ZamDelay";
}
+ const char* getDescription() const noexcept override
+ {
+ return "";
+ }
+
const char* getMaker() const noexcept override
{
return "Damien Zammit";