summaryrefslogtreecommitdiff
blob: 64d513bde63f9d0cf7678a5c097875d9eb76e934 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- include/beecrypt/c++/util/AbstractSet.h
+++ 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;
 			}