(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "base_station_base.h"
|
||||
|
||||
/** Representation of a waypoint. */
|
||||
struct Waypoint : SpecializedStation<Waypoint, true> {
|
||||
struct Waypoint FINAL : SpecializedStation<Waypoint, true> {
|
||||
uint16 town_cn; ///< The N-1th waypoint for this town (consecutive number)
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user