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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 15107e424..2f5b44d06 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -141,7 +141,7 @@ struct WindowDesc : ZeroedMemoryAllocator {
WindowDesc(WindowPosition default_pos, int16 def_width, int16 def_height,
WindowClass window_class, WindowClass parent_class, uint32 flags,
- const NWidgetPart *nwid_parts = NULL, int16 nwid_length = 0);
+ const NWidgetPart *nwid_parts, int16 nwid_length);
~WindowDesc();