X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b69ae27a0527bb5a9676624754c18a6f45386752..5814e8ba4e57839acd1eb7491ed392b07e382593:/include/wx/chartype.h diff --git a/include/wx/chartype.h b/include/wx/chartype.h index a9e2dee892..a326f0691c 100644 --- a/include/wx/chartype.h +++ b/include/wx/chartype.h @@ -190,7 +190,7 @@ /* depending on the platform, Unicode build can either store wxStrings as wchar_t* or UTF-8 encoded char*: */ #if wxUSE_UNICODE - // FIXME-UTF8: what would be better place for this? + /* FIXME-UTF8: what would be better place for this? */ #if defined(wxUSE_UTF8_LOCALE_ONLY) && !defined(wxUSE_UNICODE_UTF8) #error "wxUSE_UTF8_LOCALE_ONLY only makes sense with wxUSE_UNICODE_UTF8" #endif