]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/core/hid.cpp
Misc XRC format docs corrections.
[wxWidgets.git] / src / osx / core / hid.cpp
index f2b79db202a0c8e86b5fcbe1c514c7779974ab65..92c874aa26577de99bc670aac4abf682a9568f7e 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Ryan Norton
 // Modified by:
 // Created:     11/11/2003
-// RCS-ID:      $Id$
 // Copyright:   (c) Ryan Norton
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -379,7 +378,7 @@ bool wxHIDDevice::IsActive(int nIndex)
 // ----------------------------------------------------------------------------
 bool wxHIDDevice::HasElement(int nIndex)
 {
-    return (void*) m_pCookies[nIndex] != NULL;
+    return m_pCookies[nIndex] != 0;
 }
 
 // ----------------------------------------------------------------------------