diff --git a/src/cargopacket.h b/src/cargopacket.h index 5d0f671661..0ed4fd9bbc 100644 --- a/src/cargopacket.h +++ b/src/cargopacket.h @@ -157,7 +157,7 @@ public: * Gets the ID of the station where the cargo was loaded for the first time. * @return StationID. */ - inline SourceID SourceStation() const + inline StationID SourceStation() const { return this->source; }