From 7456f3828a7dda585e6ecb04b738aa81bb0b0428 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 29 May 2006 11:17:17 +0000 Subject: [PATCH] Fail for assert(0,...). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fontcmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2