| Index: core/src/fxcodec/jbig2/JBig2_Context.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_Context.h b/core/src/fxcodec/jbig2/JBig2_Context.h
|
| index 0590fd157b3e193cc3b4da886460b79878285c76..2044665b92fa2bf33a5716cc9cda1b00625d82e8 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_Context.h
|
| +++ b/core/src/fxcodec/jbig2/JBig2_Context.h
|
| @@ -14,7 +14,6 @@
|
| #include "../../../include/fxcodec/fx_codec_def.h"
|
| #include "JBig2_GeneralDecoder.h"
|
| #include "JBig2_List.h"
|
| -#include "JBig2_Module.h"
|
| #include "JBig2_Page.h"
|
| #include "JBig2_Segment.h"
|
|
|
| @@ -35,10 +34,9 @@ using CJBig2_CachePair = std::pair<uint8_t*, CJBig2_SymbolDict*>;
|
| #define JBIG2_EMBED_STREAM 3
|
| #define JBIG2_MIN_SEGMENT_SIZE 11
|
|
|
| -class CJBig2_Context : public CJBig2_Object {
|
| +class CJBig2_Context {
|
| public:
|
| static CJBig2_Context* CreateContext(
|
| - CJBig2_Module* pModule,
|
| uint8_t* pGlobalData,
|
| FX_DWORD dwGlobalLength,
|
| uint8_t* pData,
|
|
|