src/ai/api/ai_stationlist.hpp.sq
branchnoai
changeset 9778 38560cd27070
parent 9746 e4ab7ea8d897
child 10212 1e0a2a182253
--- a/src/ai/api/ai_stationlist.hpp.sq	Tue Feb 26 16:03:39 2008 +0000
+++ b/src/ai/api/ai_stationlist.hpp.sq	Tue Feb 26 18:32:35 2008 +0000
@@ -12,7 +12,7 @@
 void SQAIStationList_Register(Squirrel *engine) {
 	DefSQClass <AIStationList> SQAIStationList("AIStationList");
 	SQAIStationList.PreRegister(engine, "AIAbstractList");
-	SQAIStationList.AddConstructor<void (AIStationList::*)(AIStation::StationType type), 2>(engine, "xi");
+	SQAIStationList.AddConstructor<void (AIStationList::*)(AIStation::StationType station_type), 2>(engine, "xi");
 
 	SQAIStationList.DefSQStaticMethod(engine, &AIStationList::GetClassName, "GetClassName", 1, "x");