Kaydet (Commit) 92b1348a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix fallout from 461e0f9e

Change-Id: I9ed9c29c7a0a409ca38a71a2046c4b5be8caad17
üst 0fb67dfd
......@@ -177,7 +177,7 @@ namespace
return -1;
#if defined MACOSX
const intptr_t id = reinterpret_cast<intptr_t>( pEnvData->pView );
const intptr_t id = reinterpret_cast<intptr_t>( pEnvData->mpNSView );
#elif defined WNT
const intptr_t id = reinterpret_cast<intptr_t>( pEnvData->hWnd );
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment