| Index: fpdfsdk/include/pdfwindow/PWL_FontMap.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_FontMap.h b/fpdfsdk/include/pdfwindow/PWL_FontMap.h
|
| index 4f44660cb2aaa598a7099b5de456869aa391cafc..f83575b66fa1b2e4ff0b3f0f0d7f3dcc55fcc1bf 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_FontMap.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_FontMap.h
|
| @@ -72,7 +72,7 @@ public:
|
| virtual int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset);
|
|
|
| public:
|
| - virtual void Initial(FX_LPCSTR fontname = NULL);
|
| + virtual void Initial(const FX_CHAR* fontname = NULL);
|
| void SetSystemHandler(IFX_SystemHandler* pSystemHandler);
|
|
|
| int32_t GetFontMapCount() const;
|
|
|