summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_cargo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_cargo.hpp')
-rw-r--r--src/ai/api/ai_cargo.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_cargo.hpp b/src/ai/api/ai_cargo.hpp
index 819d0399a..4d7ad777b 100644
--- a/src/ai/api/ai_cargo.hpp
+++ b/src/ai/api/ai_cargo.hpp
@@ -19,6 +19,7 @@
*/
class AICargo : public AIObject {
public:
+ /** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AICargo"; }
/**