(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

@@ -23,7 +23,7 @@ struct BaseVehicleListWindow: public Window {
VehicleType vehicle_type; ///< The vehicle type that is sorted
static const StringID vehicle_sorter_names[];
static GUIVehicleList::SortFunction *const vehicle_sorter_funcs[];
static GUIVehicleList::SortFunction * const vehicle_sorter_funcs[];
BaseVehicleListWindow(const WindowDesc *desc, WindowNumber window_number) : Window(desc, window_number)
{