summaryrefslogtreecommitdiff
path: root/plugingui/filebrowser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/filebrowser.cc')
-rw-r--r--plugingui/filebrowser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/filebrowser.cc b/plugingui/filebrowser.cc
index 7efd050..46ecf2c 100644
--- a/plugingui/filebrowser.cc
+++ b/plugingui/filebrowser.cc
@@ -220,7 +220,7 @@ void GUI::FileBrowser::setPath(std::string path)
}
}
-void GUI::FileBrowser::resize(size_t w, size_t h)
+void GUI::FileBrowser::resize(int w, int h)
{
GUI::Widget::resize(w,h);