projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Now possible to compile with wxURL disabled
[wxWidgets.git]
/
src
/
common
/
radiocmn.cpp
diff --git
a/src/common/radiocmn.cpp
b/src/common/radiocmn.cpp
index c732658d751922db3879e930c7b048b2da9b2f47..66254736c6b246ab766cc5a81b19b13a9c9faf65 100644
(file)
--- a/
src/common/radiocmn.cpp
+++ b/
src/common/radiocmn.cpp
@@
-98,7
+98,7
@@
int wxRadioBoxBase::GetNextItem(int item, wxDirection dir, long style) const
default:
wxFAIL_MSG( _T("unexpected wxDirection value") );
- return
-1
;
+ return
wxNOT_FOUND
;
}
// ensure that the item is in range [0..count)