1
0

Merge pull request #2248 from cuberite/clang3.6

Fixed override
This commit is contained in:
Alexander Harkness 2015-06-15 18:42:13 +01:00
commit 88d5891a82

View File

@ -55,7 +55,7 @@ private:
int m_NumActivePlayers;
/** cItemGrid::cListener overrides: */
virtual void OnSlotChanged(cItemGrid * a_Grid, int a_SlotNum)
virtual void OnSlotChanged(cItemGrid * a_Grid, int a_SlotNum) override
{
UNUSED(a_SlotNum);
ASSERT(a_Grid == &m_Contents);