| Index: core/fpdfapi/fpdf_font/font_int.h
|
| diff --git a/core/fpdfapi/fpdf_font/font_int.h b/core/fpdfapi/fpdf_font/font_int.h
|
| index 792377ebf09119e6fdb9206e075ab434291ace06..e159b1e34c661a34a1915c0bc2167d6ba0b6c92b 100644
|
| --- a/core/fpdfapi/fpdf_font/font_int.h
|
| +++ b/core/fpdfapi/fpdf_font/font_int.h
|
| @@ -133,6 +133,8 @@ class CPDF_CMap {
|
| };
|
|
|
| CPDF_CMap();
|
| + ~CPDF_CMap();
|
| +
|
| FX_BOOL LoadPredefined(CPDF_CMapManager* pMgr,
|
| const FX_CHAR* name,
|
| FX_BOOL bPromptCJK);
|
| @@ -148,7 +150,6 @@ class CPDF_CMap {
|
| int AppendChar(FX_CHAR* str, uint32_t charcode) const;
|
|
|
| protected:
|
| - ~CPDF_CMap();
|
| friend class CPDF_CMapParser;
|
| friend class CPDF_CMapManager;
|
| friend class CPDF_CIDFont;
|
|
|