summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 4378b694a..2d182ba8b 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -771,9 +771,8 @@ public:
/**
* Called after the window got resized.
* For nested windows with a viewport, call NWidgetViewport::UpdateViewportCoordinates.
- * @param delta The amount of which the window size changed.
*/
- virtual void OnResize(Point delta) {}
+ virtual void OnResize() {}
/**
* A dropdown option associated to this window has been selected.