projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
palmos
/
listbox.cpp
diff --git
a/src/palmos/listbox.cpp
b/src/palmos/listbox.cpp
index 34d50d070c24ddf13321c77bd87cc295ac92987f..fd23382ec914dab549a1fb7f0ee1fc5663ae02e9 100644
(file)
--- 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)