X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/509201463dbd3bce8aff762c664b111a8f2c3412..ec5d85fbd58bf6ef774e3d93b9e38d9f90b42d40:/src/common/gdicmn.cpp diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index 154c2c7008..fa54d946b1 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -601,7 +601,7 @@ wxFont *wxFontList:: // each_font->GetFontId () == FamilyOrFontId) /* New font system */ //#else each_font->GetFamily () == FamilyOrFontId && - ((each_font->GetFaceName() == "") || each_font->GetFaceName() == Face)) + ((each_font->GetFaceName() == _T("")) || each_font->GetFaceName() == Face)) //#endif return each_font; }