X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bd236e6da74203ba429941d3f9643291494b420..8ad31f9dfdb85a54cd080aac6957883f2f3e38e3:/src/common/fontcmn.cpp diff --git a/src/common/fontcmn.cpp b/src/common/fontcmn.cpp index 80d2e7b1a0..f0d3ccf9c4 100644 --- a/src/common/fontcmn.cpp +++ b/src/common/fontcmn.cpp @@ -289,7 +289,7 @@ wxString wxFontBase::GetNativeFontInfoUserDesc() const } else { - wxASSERT_MSG(0, wxT("Derived class should have created the wxNativeFontInfo!")); + wxFAIL_MSG(wxT("Derived class should have created the wxNativeFontInfo!")); } return fontDesc;