diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_HtrdProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_HtrdProc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxcodec/jbig2/JBig2_HtrdProc.h b/core/fxcodec/jbig2/JBig2_HtrdProc.h index 75041ac41b..ed7cdbf2b5 100644 --- a/core/fxcodec/jbig2/JBig2_HtrdProc.h +++ b/core/fxcodec/jbig2/JBig2_HtrdProc.h @@ -15,14 +15,14 @@ class CJBig2_ArithDecoder; class CJBig2_BitStream; -class IFX_Pause; +class IFX_PauseIndicator; struct JBig2ArithCtx; class CJBig2_HTRDProc { public: std::unique_ptr<CJBig2_Image> decode_Arith(CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, - IFX_Pause* pPause); + IFX_PauseIndicator* pPause); std::unique_ptr<CJBig2_Image> decode_MMR(CJBig2_BitStream* pStream); |