--- beecrypt-4.2.1/include/beecrypt/c++/util/AbstractSet.h
+++ beecrypt-4.2.1/include/beecrypt/c++/util/AbstractSet.h	2012-07-18 13:49:06.410166841 -0500
@@ -56,7 +56,7 @@
 					if (c->size() != size())
 						return false;
 
-					return containsAll(*c);
+					return this->containsAll(*c);
 				}
 				return false;
 			}
