| Index: core/src/fxcodec/codec/codec_int.h
|
| diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h
|
| index 752eb3f1a57a0da8a36c9821d710cac3ff8bc69d..ae9f22bc4a0efc50409a3b3d8223a73d815a0945 100644
|
| --- a/core/src/fxcodec/codec/codec_int.h
|
| +++ b/core/src/fxcodec/codec/codec_int.h
|
| @@ -268,7 +268,7 @@ public:
|
| virtual FX_BOOL Decode(FX_LPVOID ctx, class CFX_DIBitmap* pDIBitmap);
|
| virtual void DestroyDecoder(FX_LPVOID ctx);
|
| };
|
| -class CPDF_Jbig2Interface : public CFX_Object, public CJBig2_Module
|
| +class CPDF_Jbig2Interface : public CJBig2_Module
|
| {
|
| public:
|
| virtual void *JBig2_Malloc(FX_DWORD dwSize)
|
| @@ -302,7 +302,7 @@ public:
|
| FX_Free(pMem);
|
| }
|
| };
|
| -class CCodec_Jbig2Context : public CFX_Object
|
| +class CCodec_Jbig2Context
|
| {
|
| public:
|
| CCodec_Jbig2Context();
|
|
|