Browse Source

Fixed GCC build.

Lasse Öörni 13 years ago
parent
commit
958c489be7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/Container/HashSet.h

+ 1 - 1
Engine/Container/HashSet.h

@@ -179,7 +179,7 @@ public:
         {
             if (!rhs.Contains(*it))
                 return false;
-            ++i;
+            ++it;
         }
         
         return true;