summaryrefslogtreecommitdiff
path: root/pluginvst.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluginvst.h')
-rw-r--r--pluginvst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginvst.h b/pluginvst.h
index ca140d1..63bdefe 100644
--- a/pluginvst.h
+++ b/pluginvst.h
@@ -153,7 +153,7 @@ public:
}
//! Create new window.
- virtual void createWindow(void *parent) override {}
+ virtual void* createWindow(void *parent) override { return nullptr; }
//! Destroy window.
virtual void onDestroyWindow() override {}