diff --git a/src/common/dynarray.cpp b/src/common/dynarray.cpp index cf2334db57..eb67d34504 100644 --- a/src/common/dynarray.cpp +++ b/src/common/dynarray.cpp @@ -147,7 +147,7 @@ void wxBaseArray::Alloc(uint uiSize) } // 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 ) {