]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
using common notification mechanism for selection changes (key or mouse), see #10406
[wxWidgets.git] / src / common / appbase.cpp
index cf9ad8b1af2b39fd343d633c5e6bcce0dde4878b..c8ec12a388bfaa0a50038e86d6a6284032dbce58 100644 (file)
@@ -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)