diff options
Diffstat (limited to 'core/fpdfapi/cpdf_modulemgr.h')
-rw-r--r-- | core/fpdfapi/cpdf_modulemgr.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/fpdfapi/cpdf_modulemgr.h b/core/fpdfapi/cpdf_modulemgr.h index 6b83bc755d..39acfed032 100644 --- a/core/fpdfapi/cpdf_modulemgr.h +++ b/core/fpdfapi/cpdf_modulemgr.h @@ -60,11 +60,10 @@ class CPDF_ModuleMgr { CPDF_ModuleMgr(); ~CPDF_ModuleMgr(); - void InitCodecModule(); void InitPageModule(); - void LoadEmbeddedMaps(); + void InitCodecModule(); void LoadCodecModules(); - + void LoadEmbeddedMaps(); void LoadEmbeddedGB1CMaps(); void LoadEmbeddedCNS1CMaps(); void LoadEmbeddedJapan1CMaps(); |