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:
parent
f3660dcb2f
commit
682f3d0207
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user