This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
urho3d
mirror of
https://github.com/urho3d/urho3d.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixed GCC build.
Lasse Öörni
13 years ago
parent
1bfcc7e65c
commit
958c489be7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Engine/Container/HashSet.h
+ 1
- 1
Engine/Container/HashSet.h
View File
@@ -179,7 +179,7 @@ public:
{
if (!rhs.Contains(*it))
return false;
- ++i;
+ ++i
t
;
}
return true;