summaryrefslogtreecommitdiff
path: root/plugingui/listboxthin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/listboxthin.h')
-rw-r--r--plugingui/listboxthin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/listboxthin.h b/plugingui/listboxthin.h
index a5605f2..539946a 100644
--- a/plugingui/listboxthin.h
+++ b/plugingui/listboxthin.h
@@ -56,7 +56,7 @@ public:
// From Widget:
virtual void repaintEvent(GUI::RepaintEvent* repaintEvent) override;
- virtual void resize(int w, int h) override;
+ virtual void resize(std::size_t height, std::size_t width) override;
// Forwarded notifier from ListBoxBasic::basic
Notifier<>& selectionNotifier;