summaryrefslogtreecommitdiff
path: root/plugingui/filebrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/filebrowser.h')
-rw-r--r--plugingui/filebrowser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/filebrowser.h b/plugingui/filebrowser.h
index 4cd5799..68dd2e0 100644
--- a/plugingui/filebrowser.h
+++ b/plugingui/filebrowser.h
@@ -53,7 +53,7 @@ public:
virtual void repaintEvent(RepaintEvent *e);
- virtual void resize(size_t w, size_t h);
+ virtual void resize(int w, int h);
private:
struct private_data *prv;