changeset 14000:fa28786162a2 draft

(svn r18542) -Codechange: Make nested widget parts obligatory in a window description.
author alberth <alberth@openttd.org>
date Sat, 19 Dec 2009 18:03:04 +0000
parents 9d1494492b63
children 98cb52497428
files src/window_gui.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -141,7 +141,7 @@
 
 	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();