summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_station.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_station.hpp')
-rw-r--r--src/ai/api/ai_station.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_station.hpp b/src/ai/api/ai_station.hpp
index 9a8abf7fc..68ead640c 100644
--- a/src/ai/api/ai_station.hpp
+++ b/src/ai/api/ai_station.hpp
@@ -22,6 +22,7 @@
*/
class AIStation : public AIBaseStation {
public:
+ /** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AIStation"; }
/**