X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d9550df507d5522ac76887e5876b314b729ed50..81eaa4dab2246b96c460c38c711b5877b85d13a4:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index cf9ad8b1af..c8ec12a388 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -535,7 +535,7 @@ void wxAppConsoleBase::DeletePendingEvents() bool wxAppConsoleBase::IsScheduledForDestruction(wxObject *object) const { - return wxPendingDelete.Member(object) != NULL; + return wxPendingDelete.Member(object); } void wxAppConsoleBase::ScheduleForDestruction(wxObject *object)