Fixed compilation with GCC/Clang

src/p_blockmap.h:76:7: error: extra qualification ‘FBlockmap::’ on member ‘VerifyBlockMap’
This commit is contained in:
alexey.lysiuk 2017-03-17 17:42:28 +02:00
parent d506b2e6a1
commit 3f7160183d

View file

@ -73,7 +73,7 @@ struct FBlockmap
return blockmaplump + *(blockmap + offset) + 1;
}
bool FBlockmap::VerifyBlockMap(int count);
bool VerifyBlockMap(int count);
void Clear()
{