Codechange: Missing some conversions to WidgetID. (#11773)

This commit is contained in:
Peter Nelson
2024-01-14 16:47:10 +00:00
committed by GitHub
parent 93ba6d6776
commit 71aaed860b
5 changed files with 5 additions and 5 deletions

View File

@@ -51,6 +51,6 @@ extern const StringID _engine_sort_listing[][12];
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 */