Typecast during compilation instead of class constructor call (OW warnig fix).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-11-17 16:11:08 +00:00
parent f3660dcb2f
commit 682f3d0207

View File

@ -206,7 +206,7 @@ bool wxEncodingConverter::Init(wxFontEncoding input_enc, wxFontEncoding output_e
}
#define REPLACEMENT_CHAR (tchar('?'))
#define REPLACEMENT_CHAR ((tchar)'?')
inline tchar GetTableValue(const tchar *table, tchar value, bool& repl)
{