patch by jerry: fixed new event queue on Mac and Linu

This commit is contained in:
Nick Bolton 2013-06-29 22:02:04 +00:00
parent 608074c041
commit 18a3db6843
36 changed files with 135 additions and 76 deletions

View file

@ -53,7 +53,7 @@ CAppUtilWindows::~CAppUtilWindows()
BOOL WINAPI CAppUtilWindows::consoleHandler(DWORD)
{
LOG((CLOG_INFO "got shutdown signal"));
IEventQueue* events = CAppUtil::instance().app().events();
IEventQueue* events = CAppUtil::instance().app().getEvents();
events->addEvent(CEvent(CEvent::kQuit));
return TRUE;
}