1
0
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:
Michał Janiszewski
2016-07-09 13:14:46 +02:00
committed by Ted John
parent 7c8fbf3588
commit abda262b13

View File

@@ -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);