projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix documentation for wxList and wxNode; doxygen see them as templates and the @class...
[wxWidgets.git]
/
src
/
gtk1
/
choice.cpp
diff --git
a/src/gtk1/choice.cpp
b/src/gtk1/choice.cpp
index 836a62ec62f848d66a7faf06959c49f55c39011a..e6d11cc52d341835e4a99288a835b39c597c4c23 100644
(file)
--- a/
src/gtk1/choice.cpp
+++ b/
src/gtk1/choice.cpp
@@
-264,7
+264,7
@@
void wxChoice::DoDeleteOneItem(unsigned int n)
void ** const data = &itemsData[0];
if ( HasClientObjectData() )
- Append(items,
wx_reinterpret_cast(wxClientData **,
data));
+ Append(items,
reinterpret_cast<wxClientData **>(
data));
else
Append(items, data);
}