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 d79f7ceaf1cbdb36e9dd075ac5a7a6ba844970fc..2b693e88b64b3e48308a43dbe8483eb9ee6c8364 100644 |
--- a/core/src/fxcodec/codec/codec_int.h |
+++ b/core/src/fxcodec/codec/codec_int.h |
@@ -205,7 +205,7 @@ public: |
FX_BOOL Decode(void* ctx, FX_LPBYTE dest_data, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets); |
void DestroyDecoder(void* ctx); |
}; |
-class CPDF_Jbig2Interface : public CFX_Object, public CJBig2_Module |
+class CPDF_Jbig2Interface : public CJBig2_Module |
{ |
public: |
virtual void *JBig2_Malloc(FX_DWORD dwSize) |
@@ -239,7 +239,7 @@ public: |
FX_Free(pMem); |
} |
}; |
-class CCodec_Jbig2Context : public CFX_Object |
+class CCodec_Jbig2Context |
{ |
public: |
CCodec_Jbig2Context(); |