diff options
Diffstat (limited to 'lvz/AEffEditor.hpp')
-rw-r--r-- | lvz/AEffEditor.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lvz/AEffEditor.hpp b/lvz/AEffEditor.hpp index f8da52a..d118a9a 100644 --- a/lvz/AEffEditor.hpp +++ b/lvz/AEffEditor.hpp @@ -16,10 +16,10 @@ public: virtual void idle() {} virtual void postUpdate() {} - + virtual const char* getURI() { return URI; } virtual void setURI(const char* u) { URI = u; } - + virtual const char* getPluginURI() { return pluginURI; } virtual void setPluginURI(const char* u) { pluginURI = u; } |