aligned implementation parameter of handleEvent with definition parameter

This commit is contained in:
thrust26 2018-01-19 10:45:29 +01:00
parent 98fcb51819
commit 4c9cfad70b
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ void EventHandler::handleSystemEvent(SystemEvent e, int, int)
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void EventHandler::handleEvent(Event::Type event, int state)
void EventHandler::handleEvent(Event::Type event, Int32 state)
{
// Take care of special events that aren't part of the emulation core
// or need to be preprocessed before passing them on