summaryrefslogtreecommitdiff
path: root/plugintest.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugintest.h')
-rw-r--r--plugintest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugintest.h b/plugintest.h
index 6d33767..f2bf8d5 100644
--- a/plugintest.h
+++ b/plugintest.h
@@ -98,7 +98,7 @@ public:
// GUI
//
bool hasGUI() override;
- void createWindow(void *parent) override;
+ void* createWindow(void *parent) override;
void onDestroyWindow() override;
void onShowWindow() override;
void onHideWindow() override;