From 614501b1bec190d40cb3d841df9c6c5d7991736e Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 19 Dec 2009 18:03:04 +0000 Subject: (svn r18542) -Codechange: Make nested widget parts obligatory in a window description. --- src/window_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3-54-g00ecf