Index: head/games/lordsawar/files/patch-src_LocationList.h =================================================================== --- head/games/lordsawar/files/patch-src_LocationList.h (nonexistent) +++ head/games/lordsawar/files/patch-src_LocationList.h (revision 329133) @@ -0,0 +1,11 @@ +--- src/LocationList.h.orig 2010-05-11 08:50:34.000000000 +0000 ++++ src/LocationList.h +@@ -55,7 +55,7 @@ template class LocationList : p + + void add(T t) + { +- push_back(t); ++ this->push_back(t); + d_id[t->getId()] = t; + int size = t->getSize(); + for (int i = 0; i < size; i++) Property changes on: head/games/lordsawar/files/patch-src_LocationList.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property