Index: core/src/fxcodec/codec/fx_codec_flate.cpp |
diff --git a/core/src/fxcodec/codec/fx_codec_flate.cpp b/core/src/fxcodec/codec/fx_codec_flate.cpp |
index e17c32a2c70898734de6333b5145c6dbcd883d51..afdb8354e6d71b1aafe674d5266f81917e107765 100644 |
--- a/core/src/fxcodec/codec/fx_codec_flate.cpp |
+++ b/core/src/fxcodec/codec/fx_codec_flate.cpp |
@@ -74,7 +74,7 @@ extern "C" |
compress(dest_buf, dest_size, src_buf, src_size); |
} |
} |
-class CLZWDecoder : public CFX_Object |
+class CLZWDecoder |
{ |
public: |
FX_BOOL Decode(FX_LPBYTE output, FX_DWORD& outlen, const FX_BYTE* input, FX_DWORD& size, FX_BOOL bEarlyChange); |