Advertisement
Guest User

beecrypt-gcc47 AbstractSet.h patch

a guest
Jul 18th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.54 KB | None | 0 0
  1. --- beecrypt-4.2.1/include/beecrypt/c++/util/AbstractSet.h
  2. +++ beecrypt-4.2.1/include/beecrypt/c++/util/AbstractSet.h      2012-07-18 13:49:06.410166841 -0500
  3. @@ -56,7 +56,7 @@
  4.                                         if (c->size() != size())
  5.                                                 return false;
  6.  
  7. -                                       return containsAll(*c);
  8. +                                       return this->containsAll(*c);
  9.                                 }
  10.                                 return false;
  11.                         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement