1
0

Fixed override

This was causing a compile error in clang 3.6
This commit is contained in:
tycho 2015-06-15 18:03:54 +01:00
parent f8c7efdcd7
commit b259ab53fb

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);