Fixed compiler warning

This commit is contained in:
Deve 2016-11-11 13:44:51 +01:00
parent 19cd3656a9
commit 452c7c1e40

View File

@ -443,6 +443,8 @@ bool CGUIListBox::OnEvent(const SEvent& event)
case EET_JOYSTICK_INPUT_EVENT:
case EGUIET_FORCE_32_BIT:
break;
default:
break;
}
}