From 36894382ff965c3751fdedb18b452d1329d3a82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Wed, 10 May 2017 18:16:47 +0200 Subject: Make createWindow return the window handle. Assign *widget of lv2 init. --- plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.h') diff --git a/plugin.h b/plugin.h index b7f683f..f541255 100644 --- a/plugin.h +++ b/plugin.h @@ -177,7 +177,7 @@ public: } //! Create new window. - virtual void createWindow(void *parent) {} + virtual void* createWindow(void *parent) { return nullptr; } //! Destroy window. virtual void onDestroyWindow() {} -- cgit v1.2.3