summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_stationlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_stationlist.hpp')
-rw-r--r--src/ai/api/ai_stationlist.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_stationlist.hpp b/src/ai/api/ai_stationlist.hpp
index 5bc5681af..bbe8b0902 100644
--- a/src/ai/api/ai_stationlist.hpp
+++ b/src/ai/api/ai_stationlist.hpp
@@ -21,6 +21,7 @@
*/
class AIStationList : public AIAbstractList {
public:
+ /** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AIStationList"; }
/**
@@ -35,6 +36,7 @@ public:
*/
class AIStationList_Vehicle : public AIAbstractList {
public:
+ /** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AIStationList_Vehicle"; }
/**