mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-13 07:10:57 +00:00
(svn r13292) -Fix (r13285): MSVC warnings
This commit is contained in:
parent
44dd8955d1
commit
382c45120b
@ -97,7 +97,7 @@ protected:
|
||||
|
||||
/* Constants for sorting stations */
|
||||
static const StringID sorter_names[];
|
||||
static const GUIStationList::SortFunction *const sorter_funcs[];
|
||||
static GUIStationList::SortFunction *const sorter_funcs[];
|
||||
|
||||
GUIStationList stations;
|
||||
|
||||
@ -543,7 +543,7 @@ uint32 PlayerStationsWindow::cargo_filter = UINT32_MAX;
|
||||
const Station *PlayerStationsWindow::last_station = NULL;
|
||||
|
||||
/* Availible station sorting functions */
|
||||
const GUIStationList::SortFunction *const PlayerStationsWindow::sorter_funcs[] = {
|
||||
GUIStationList::SortFunction *const PlayerStationsWindow::sorter_funcs[] = {
|
||||
&StationNameSorter,
|
||||
&StationTypeSorter,
|
||||
&StationWaitingSorter,
|
||||
|
Loading…
Reference in New Issue
Block a user