(svn r18542) -Codechange: Make nested widget parts obligatory in a window description.

This commit is contained in:
alberth 2009-12-19 18:03:04 +00:00
parent 99bb3a95b4
commit 614501b1be

View File

@ -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();