Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.
This commit is contained in:
@@ -150,7 +150,7 @@ protected:
|
||||
int m_LastReportChunkCount;
|
||||
|
||||
// cChunkCoordCallback override:
|
||||
virtual void Call(int a_ChunkX, int a_ChunkZ)
|
||||
virtual void Call(int a_ChunkX, int a_ChunkZ) override
|
||||
{
|
||||
// Check if this was the last chunk:
|
||||
m_NumPrepared += 1;
|
||||
|
||||
Reference in New Issue
Block a user