Fix harmless MSVC warning.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Jul 2009 17:09:37 +0000 (17:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Jul 2009 17:09:37 +0000 (17:09 +0000)
commit7705c44f292e8ed629f4b49500c2b33b8d903657
treed19873bed598dd8f09d6e170c22b06cf50a6a94a
parent9b26a198ce442caff6a46196b97d25e60e1193f0
Fix harmless MSVC warning.

It complained about converting pointer to bool implicitly in wxAppConsoleBase::IsScheduledForDestruction().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/appbase.cpp