Fixed override
This was causing a compile error in clang 3.6
This commit is contained in:
parent
f8c7efdcd7
commit
b259ab53fb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user