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