# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/beecrypt/hotfix-gcc48.patch # Copyright (C) 2013 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- beecrypt-4.2.1/include/beecrypt/c++/util/AbstractSet.h.vanilla 2013-08-19 16:11:06.530719112 +0000 +++ beecrypt-4.2.1/include/beecrypt/c++/util/AbstractSet.h 2013-08-19 16:11:14.902641974 +0000 @@ -56,7 +56,7 @@ if (c->size() != size()) return false; - return containsAll(*c); + return this->containsAll(*c); } return false; }