(svn r15726) -Codechange: unify coding style for const pointers

This commit is contained in:
smatz
2009-03-15 16:04:39 +00:00
parent af293142fe
commit 8585aa71ed
11 changed files with 113 additions and 113 deletions

View File

@@ -728,7 +728,7 @@ protected:
/* Constants for sorting stations */
static const StringID sorter_names[];
static GUIIndustryList::SortFunction *const sorter_funcs[];
static GUIIndustryList::SortFunction * const sorter_funcs[];
GUIIndustryList industries;