aboutsummaryrefslogtreecommitdiffstats
path: root/lvz/AEffEditor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lvz/AEffEditor.hpp')
-rw-r--r--lvz/AEffEditor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvz/AEffEditor.hpp b/lvz/AEffEditor.hpp
index 2d5152c..239c9d0 100644
--- a/lvz/AEffEditor.hpp
+++ b/lvz/AEffEditor.hpp
@@ -11,7 +11,7 @@ public:
, pluginURI("NULL")
{}
- virtual bool open(void* ptr) { return true; }
+ virtual long open(void* ptr) { return true; }
virtual void idle() {}