X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1294ada8e87725409f290328da02306e5c8f4eb..cdb7bf66716a4f5c5d0e8b203e52826defdf5906:/src/palmos/listbox.cpp diff --git a/src/palmos/listbox.cpp b/src/palmos/listbox.cpp index 34d50d070c..fd23382ec9 100644 --- a/src/palmos/listbox.cpp +++ b/src/palmos/listbox.cpp @@ -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)