mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Add missing override specifier
This commit is contained in:
committed by
Ted John
parent
7c8fbf3588
commit
abda262b13
@@ -45,7 +45,7 @@ public:
|
||||
const utf8 * GetDescription() const;
|
||||
const utf8 * GetCapacity() const;
|
||||
|
||||
void SetRepositoryItem(ObjectRepositoryItem * item) const;
|
||||
void SetRepositoryItem(ObjectRepositoryItem * item) const override;
|
||||
|
||||
private:
|
||||
void ReadLegacyVehicle(IReadObjectContext * context, IStream * stream, rct_ride_entry_vehicle * vehicle);
|
||||
|
||||
Reference in New Issue
Block a user