]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/core/hid.cpp
Removed extraneous semicolons and commas (partly fixes #10456).
[wxWidgets.git] / src / osx / core / hid.cpp
index 8b09c43ff24982ee4ffb658182fa5b3a1eaf52ec..06ba8a0f5f661b68e72839b69afda93e6dc95414 100644 (file)
@@ -376,7 +376,7 @@ bool wxHIDDevice::IsActive(int nIndex)
 // ----------------------------------------------------------------------------
 bool wxHIDDevice::HasElement(int nIndex)
 {
-    return m_pCookies[nIndex] != NULL;
+    return (void*) m_pCookies[nIndex] != NULL;
 }
 
 // ----------------------------------------------------------------------------