mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 23:50:25 +00:00
(svn r18542) -Codechange: Make nested widget parts obligatory in a window description.
This commit is contained in:
parent
99bb3a95b4
commit
614501b1be
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user