Changeset - r9382:81915f98961f
[Not reviewed]
master
0 1 0
glx - 16 years ago 2008-05-27 16:56:58
glx@openttd.org
(svn r13292) -Fix (r13285): MSVC warnings
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/station_gui.cpp
Show inline comments
 
@@ -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_filte
 
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,
0 comments (0 inline, 0 general)