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:
@@ -147,7 +147,7 @@ void wxBaseArray::Alloc(uint uiSize)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 ( bFromEnd ) {
|
||||||
if ( m_uiCount > 0 ) {
|
if ( m_uiCount > 0 ) {
|
||||||
|
Reference in New Issue
Block a user