]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/encconv.cpp
wxTextOutputStream::PutChar and text stream test
[wxWidgets.git] / src / common / encconv.cpp
index f96e30896c05e326f21ce7f7b424f45f9b2f3f9e..8a16e004f4f643a4e3250cc5ddce489cbf9d0da3 100644 (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)
 {