mirror of https://github.com/OpenTTD/OpenTTD
(svn r19106) -Codechange: change 'const static' -> 'static const' for consistency (1 vs 2900 cases); some GCCs/ICCs are known to warn about the former case, but it's valid C++.
parent
7d5cfa5884
commit
3108101cb2
|
@ -690,7 +690,7 @@ static WindowDesc _other_group_desc(
|
||||||
_nested_group_widgets, lengthof(_nested_group_widgets)
|
_nested_group_widgets, lengthof(_nested_group_widgets)
|
||||||
);
|
);
|
||||||
|
|
||||||
const static WindowDesc _train_group_desc(
|
static const WindowDesc _train_group_desc(
|
||||||
WDP_AUTO, 525, 246,
|
WDP_AUTO, 525, 246,
|
||||||
WC_TRAINS_LIST, WC_NONE,
|
WC_TRAINS_LIST, WC_NONE,
|
||||||
WDF_UNCLICK_BUTTONS,
|
WDF_UNCLICK_BUTTONS,
|
||||||
|
|
Loading…
Reference in New Issue