X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf2810aa394d47a43489d6138edf0497c389a22c..d43803715268f5396741b3f0eb4b94d1408c9f9d:/src/common/windowid.cpp diff --git a/src/common/windowid.cpp b/src/common/windowid.cpp index aace85973c..10e57fa66c 100644 --- a/src/common/windowid.cpp +++ b/src/common/windowid.cpp @@ -118,7 +118,7 @@ void DecIdRefCount(wxWindowID id) // so it should never be reserved, but test anyway if(gs_autoIdsRefCount[id] == ID_RESERVED) { - wxASSERT_MSG(false, wxT("reserve id being decreased")); + wxFAIL_MSG(wxT("reserve id being decreased")); gs_autoIdsRefCount[id] = ID_FREE; } else