fixed previous commit - the 10.6 compile error was coming from COSXDragView.h, not COSXDragSimulator.m

This commit is contained in:
jerry
2013-08-30 21:17:09 +00:00
parent 6e57005b4a
commit fbfea7b543
5 changed files with 21 additions and 9 deletions

View File

@@ -536,7 +536,7 @@ CClientApp::mainLoop()
// that.
DAEMON_RUNNING(true);
#if defined(__APPLE__)
#if defined(MAC_OS_X_VERSION_10_7)
CThread thread(
new TMethodJob<CClientApp>(
this, &CClientApp::runEventsLoop,