diff --git a/src/roadveh.h b/src/roadveh.h --- a/src/roadveh.h +++ b/src/roadveh.h @@ -103,7 +103,7 @@ struct RoadVehPathCache { /** * Buses, trucks and trams belong to this class. */ -struct RoadVehicle FINAL : public GroundVehicle { +struct RoadVehicle final : public GroundVehicle { RoadVehPathCache path; ///< Cached path. byte state; ///< @see RoadVehicleStates byte frame;