summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bc7665d)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
// searches the array for an item (forward or backwards)
}
// searches the array for an item (forward or backwards)
-int wxBaseArray::Index(long lItem, Bool bFromEnd) const
+int wxBaseArray::Index(long lItem, bool bFromEnd) const
{
if ( bFromEnd ) {
if ( m_uiCount > 0 ) {
{
if ( bFromEnd ) {
if ( m_uiCount > 0 ) {