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, 2 insertions, 0 deletions
diff --git a/lvz/AEffEditor.hpp b/lvz/AEffEditor.hpp
index 239c9d0..f8da52a 100644
--- a/lvz/AEffEditor.hpp
+++ b/lvz/AEffEditor.hpp
@@ -12,8 +12,10 @@ public:
{}
virtual long open(void* ptr) { return true; }
+ virtual void close() {}
virtual void idle() {}
+ virtual void postUpdate() {}
virtual const char* getURI() { return URI; }
virtual void setURI(const char* u) { URI = u; }