diff options
Diffstat (limited to 'src/vehicle_gui_base.h')
-rw-r--r-- | src/vehicle_gui_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui_base.h b/src/vehicle_gui_base.h index 5380aacb0..09d63bd30 100644 --- a/src/vehicle_gui_base.h +++ b/src/vehicle_gui_base.h @@ -16,7 +16,7 @@ typedef GUIList<const Vehicle*> GUIVehicleList; -struct BaseVehicleListWindow: public Window { +struct BaseVehicleListWindow : public Window { GUIVehicleList vehicles; ///< The list of vehicles Listing *sorting; ///< Pointer to the vehicle type related sorting. VehicleType vehicle_type; ///< The vehicle type that is sorted |