diff options
Diffstat (limited to 'src/ai/api/ai_station.hpp')
-rw-r--r-- | src/ai/api/ai_station.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_station.hpp b/src/ai/api/ai_station.hpp index 6e263c912..5a25f16ed 100644 --- a/src/ai/api/ai_station.hpp +++ b/src/ai/api/ai_station.hpp @@ -70,7 +70,7 @@ public: * @pre IsValidStation(station_id). * @return The name of the station. */ - static const char *GetName(StationID station_id); + static char *GetName(StationID station_id); /** * Set the name this station. |