| Index: core/include/fxcrt/fx_ucd.h
|
| diff --git a/core/include/fxcrt/fx_ucd.h b/core/include/fxcrt/fx_ucd.h
|
| index 0b0f7b805137a8e0b51a3d9d07e8b761f587cb2a..66e980e13cf568334f1136e054ee383a76736f55 100644
|
| --- a/core/include/fxcrt/fx_ucd.h
|
| +++ b/core/include/fxcrt/fx_ucd.h
|
| @@ -112,7 +112,7 @@ FX_BOOL FX_IsCombinationChar(FX_WCHAR wch);
|
| FX_BOOL FX_IsBidiChar(FX_WCHAR wch);
|
| FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_BOOL bRTL, FX_BOOL bVertical);
|
| FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_DWORD dwProps, FX_BOOL bRTL, FX_BOOL bVertical);
|
| -class CFX_Char : public CFX_Object
|
| +class CFX_Char
|
| {
|
| public:
|
| CFX_Char() : m_wCharCode(0)
|
|
|