--- 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");