diff options
Diffstat (limited to 'core/fpdfapi/page/cpdf_contentparser.h')
-rw-r--r-- | core/fpdfapi/page/cpdf_contentparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/page/cpdf_contentparser.h b/core/fpdfapi/page/cpdf_contentparser.h index 982a624346..1ae6efe2d7 100644 --- a/core/fpdfapi/page/cpdf_contentparser.h +++ b/core/fpdfapi/page/cpdf_contentparser.h @@ -38,7 +38,7 @@ class CPDF_ContentParser { const CFX_Matrix* pParentMatrix, CPDF_Type3Char* pType3Char, int level); - void Continue(IFX_Pause* pPause); + void Continue(IFX_PauseIndicator* pPause); private: enum InternalStage { |