(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:
rubidium 2010-02-12 17:31:40 +00:00
parent 7d5cfa5884
commit 3108101cb2
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ static WindowDesc _other_group_desc(
_nested_group_widgets, lengthof(_nested_group_widgets)
);
const static WindowDesc _train_group_desc(
static const WindowDesc _train_group_desc(
WDP_AUTO, 525, 246,
WC_TRAINS_LIST, WC_NONE,
WDF_UNCLICK_BUTTONS,