Fix mingw64 build of accessibility

Change-Id: Ief6a4fe62ceb5bf3bd90530db622c7c178e7430e
This commit is contained in:
Fridrich Štrba 2013-07-17 15:41:38 +02:00
parent 9206f8c2ac
commit f7024571be

View File

@ -268,7 +268,7 @@ void handleWindowEvent(Window * pWindow, bool bShow)
// the event listener would not have been attached.
pJNIEnv->CallStaticVoidMethod(g_jcWindowsAccessBridgeAdapter,
(bShow) ? g_jmRegisterTopWindow : g_jmRevokeTopWindow,
(jint) GetHWND(pWindow), joXAccessible );
(jclass) GetHWND(pWindow), joXAccessible );
// Clear any exception that might have been occurred.
if (pJNIEnv->ExceptionCheck()) {