summaryrefslogtreecommitdiff
path: root/src/vehicle_gui_base.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-03-15 16:04:39 +0000
committersmatz <smatz@openttd.org>2009-03-15 16:04:39 +0000
commite0fe28fdc92d1629cabfbf4c9c44a087524a4c67 (patch)
treea6bd8322261ba82369954b60f7c54e610dd6a990 /src/vehicle_gui_base.h
parentd28895c88ba94541c3e32a0d6f5b5981a8427368 (diff)
downloadopenttd-e0fe28fdc92d1629cabfbf4c9c44a087524a4c67.tar.xz
(svn r15726) -Codechange: unify coding style for const pointers
Diffstat (limited to 'src/vehicle_gui_base.h')
-rw-r--r--src/vehicle_gui_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui_base.h b/src/vehicle_gui_base.h
index a9ebad0e7..3d78b527b 100644
--- a/src/vehicle_gui_base.h
+++ b/src/vehicle_gui_base.h
@@ -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)
{