forked from mirror/OpenTTD
(svn r15726) -Codechange: unify coding style for const pointers
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user