diff --git a/src/engine_gui.h b/src/engine_gui.h --- a/src/engine_gui.h +++ b/src/engine_gui.h @@ -51,6 +51,6 @@ extern const StringID _engine_sort_listi extern EngList_SortTypeFunction * const _engine_sort_functions[][11]; uint GetEngineListHeight(VehicleType type); -void DisplayVehicleSortDropDown(Window *w, VehicleType vehicle_type, int selected, int button); +void DisplayVehicleSortDropDown(Window *w, VehicleType vehicle_type, int selected, WidgetID button); #endif /* ENGINE_GUI_H */