summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_subsidylist.hpp.sq
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_subsidylist.hpp.sq')
-rw-r--r--src/ai/api/ai_subsidylist.hpp.sq2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_subsidylist.hpp.sq b/src/ai/api/ai_subsidylist.hpp.sq
index d914bd477..d36db43d6 100644
--- a/src/ai/api/ai_subsidylist.hpp.sq
+++ b/src/ai/api/ai_subsidylist.hpp.sq
@@ -23,7 +23,7 @@ namespace SQConvert {
void SQAISubsidyList_Register(Squirrel *engine)
{
DefSQClass <AISubsidyList> SQAISubsidyList("AISubsidyList");
- SQAISubsidyList.PreRegister(engine, "AIAbstractList");
+ SQAISubsidyList.PreRegister(engine, "AIList");
SQAISubsidyList.AddConstructor<void (AISubsidyList::*)(), 1>(engine, "x");
SQAISubsidyList.PostRegister(engine);