Fix C4PropList::RemoveCyclicPrototypes() declaration

issue1247
Sven Eberhardt 2014-09-26 22:10:42 +02:00
parent 3ed341c342
commit 131cc016cb
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public:
virtual class C4MapScriptMap * GetMapScriptMap();
C4PropList * GetPrototype() const { return prototype._getPropList(); }
void C4PropList::RemoveCyclicPrototypes();
void RemoveCyclicPrototypes();
// saved as a reference to a global constant?
virtual class C4PropListStatic * IsStatic() { return NULL; }