fix the invalid glyph

This commit is contained in:
Glenn Maynard
2003-01-28 03:40:28 +00:00
parent 6042c88de9
commit 98ed350504
3 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
namespace FontCharAliases {
void ReplaceMarkers( CString &sText );
wchar_t GetChar( CString &codepoint );
bool GetChar( CString &codepoint, wchar_t &ch );
};
#endif