]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/listbox.cpp
fix bug introduced in last commit, contents not scrolling when selecting treectrl...
[wxWidgets.git] / src / palmos / listbox.cpp
index 34d50d070c24ddf13321c77bd87cc295ac92987f..fd23382ec914dab549a1fb7f0ee1fc5663ae02e9 100644 (file)
@@ -200,7 +200,7 @@ bool wxListBox::IsSelected(int N) const
 
 void *wxListBox::DoGetItemClientData(unsigned int n) const
 {
-    return (void *)NULL;
+    return NULL;
 }
 
 void wxListBox::DoSetItemClientData(unsigned int n, void *clientData)