(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++.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user