Bool replaced by bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bc7665d447
commit
05fafecd1a
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user