diff options
Diffstat (limited to 'plugingui/window.h')
-rw-r--r-- | plugingui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/window.h b/plugingui/window.h index 0820b40..c63e38b 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -44,7 +44,7 @@ public: void show(); void hide(); - void resize(size_t width, size_t height); + void resize(int width, int height); void move(size_t x, size_t y); size_t x(); |