diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_GsidProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_GsidProc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_GsidProc.h b/core/fxcodec/jbig2/JBig2_GsidProc.h index 3d5dc2dd4a..45e759968e 100644 --- a/core/fxcodec/jbig2/JBig2_GsidProc.h +++ b/core/fxcodec/jbig2/JBig2_GsidProc.h @@ -21,7 +21,7 @@ class CJBig2_GSIDProc { JBig2ArithCtx* gbContext, IFX_Pause* pPause); - uint32_t* decode_MMR(CJBig2_BitStream* pStream, IFX_Pause* pPause); + uint32_t* decode_MMR(CJBig2_BitStream* pStream); public: bool GSMMR; |