diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_TrdProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_TrdProc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_TrdProc.h b/core/fxcodec/jbig2/JBig2_TrdProc.h index 855a13accb..8f4e42dd2e 100644 --- a/core/fxcodec/jbig2/JBig2_TrdProc.h +++ b/core/fxcodec/jbig2/JBig2_TrdProc.h @@ -19,7 +19,7 @@ class CJBig2_ArithIaidDecoder; class CJBig2_ArithIntDecoder; class CJBig2_BitStream; class CJBig2_HuffmanTable; -struct JBig2ArithCtx; +class JBig2ArithCtx; struct JBig2HuffmanCode; struct JBig2IntDecoderState { |