aboutsummaryrefslogtreecommitdiff
path: root/games/lordsawar
diff options
context:
space:
mode:
Diffstat (limited to 'games/lordsawar')
-rw-r--r--games/lordsawar/files/patch-src_LocationList.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/lordsawar/files/patch-src_LocationList.h b/games/lordsawar/files/patch-src_LocationList.h
new file mode 100644
index 000000000000..e115fccd3b83
--- /dev/null
+++ b/games/lordsawar/files/patch-src_LocationList.h
@@ -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 T> 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++)