build fix for gcc4.3.3 (different types for arguments of ?: operator)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3149,7 +3149,7 @@ wxMBConv *wxCSConv::DoCreate() const
|
|||||||
|
|
||||||
wxLogTrace(TRACE_STRCONV,
|
wxLogTrace(TRACE_STRCONV,
|
||||||
wxT("encoding \"%s\" is not supported by this system"),
|
wxT("encoding \"%s\" is not supported by this system"),
|
||||||
(m_name ? m_name
|
(m_name ? wxString(m_name)
|
||||||
: wxFontMapperBase::GetEncodingName(m_encoding)));
|
: wxFontMapperBase::GetEncodingName(m_encoding)));
|
||||||
#endif // wxUSE_FONTMAP
|
#endif // wxUSE_FONTMAP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user