summaryrefslogtreecommitdiff
path: root/dev-libs/beecrypt/files/beecrypt-4.2.1-gcc-4.7.patch
blob: dff5d8c04ab9f925aa39d7b0e5a52e4050a0e3d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/beecrypt/c++/util/AbstractSet.h
+++ b/include/beecrypt/c++/util/AbstractSet.h
@@ -56,7 +56,7 @@
 					if (c->size() != size())
 						return false;
 
-					return containsAll(*c);
+					return this->containsAll(*c);
 				}
 				return false;
 			}