diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-08 22:22:00 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-08 22:22:00 +0100 |
commit | 728abec962f993309acf3ebb1317b5f3773f18c7 (patch) | |
tree | ab4e22fd914681fa42babfcba184a932956c9667 /plugingui/listboxthin.h | |
parent | f762a1fbf4ccf565953855695ddd0bf60b34bf8e (diff) |
UI resize refactoring part 1.
Diffstat (limited to 'plugingui/listboxthin.h')
-rw-r--r-- | plugingui/listboxthin.h | 2 |
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; |