summaryrefslogtreecommitdiff
path: root/plugingui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/window.h')
-rw-r--r--plugingui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/window.h b/plugingui/window.h
index f898105..c101458 100644
--- a/plugingui/window.h
+++ b/plugingui/window.h
@@ -37,7 +37,7 @@ namespace GUI {
class Window : public Widget {
public:
- Window();
+ Window(void* native_window);
~Window();
void setFixedSize(int width, int height);