aboutsummaryrefslogtreecommitdiffstats
path: root/lvz/AEffEditor.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-14 00:29:22 +0000
committerDavid Robillard <d@drobilla.net>2008-08-14 00:29:22 +0000
commitefa03e862ad75e0a83fcf82a916720a82cdffc0b (patch)
treed2c0e6661576f2dd5cda62bc3b76864aac635429 /lvz/AEffEditor.hpp
parent2f7d4f902639750d8c0ca49bb15ed11a3d5cadd9 (diff)
downloadmda.lv2-efa03e862ad75e0a83fcf82a916720a82cdffc0b.tar.gz
mda.lv2-efa03e862ad75e0a83fcf82a916720a82cdffc0b.tar.bz2
mda.lv2-efa03e862ad75e0a83fcf82a916720a82cdffc0b.zip
Fix crash when showing control window for root patch.
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1362 a436a847-0d15-0410-975c-d299462d15a1
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; }