]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/choice.cpp
Removed unneeded FixUpMouse() method, some more GTK prefixing
[wxWidgets.git] / src / palmos / choice.cpp
index 36613fe84fb6a24fc1af885b68e9ef3003a78f30..5ea2d6ea02f790f4a315a0e4289fb49f3cdb07b7 100644 (file)
@@ -199,7 +199,7 @@ void wxChoice::DoSetItemClientData(unsigned int n, void* clientData)
 
 void* wxChoice::DoGetItemClientData(unsigned int n) const
 {
-    return (void *)NULL;
+    return NULL;
 }
 
 // ----------------------------------------------------------------------------