fixed: warnings on mac os x

This commit is contained in:
Nick Bolton
2014-02-25 15:03:43 +00:00
parent bdb4c47898
commit c44971b43d
42 changed files with 271 additions and 191 deletions

View File

@@ -25,8 +25,7 @@
// IKeyState
//
IKeyState::IKeyState(IEventQueue* events) :
m_events(events)
IKeyState::IKeyState(IEventQueue* events)
{
}