Commit ebdae3b9 authored by bitplane's avatar bitplane

Fix a --wall warning and make code::blocks project work in 64-bit linux

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2477 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 8481637a
......@@ -659,7 +659,7 @@ namespace quake3
//return name < other.name;
}
const u32 getGroupSize () const
u32 getGroupSize () const
{
if ( 0 == VarGroup )
return 0;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment