Index: core/src/fxcodec/codec/fx_codec_tiff.cpp |
diff --git a/core/src/fxcodec/codec/fx_codec_tiff.cpp b/core/src/fxcodec/codec/fx_codec_tiff.cpp |
index 51fde42c7075f3dbab0926de4d8be408cf5d6025..b51444592d8245972c5bd95547879e9ee8119fe1 100644 |
--- a/core/src/fxcodec/codec/fx_codec_tiff.cpp |
+++ b/core/src/fxcodec/codec/fx_codec_tiff.cpp |
@@ -13,7 +13,7 @@ extern "C" { |
void* IccLib_CreateTransform_sRGB(const unsigned char* pProfileData, unsigned int dwProfileSize, int nComponents, int intent, FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT); |
void IccLib_TranslateImage(void* pTransform, unsigned char* pDest, const unsigned char* pSrc, int pixels); |
void IccLib_DestroyTransform(void* pTransform); |
-class CCodec_TiffContext : public CFX_Object |
+class CCodec_TiffContext |
{ |
public: |
CCodec_TiffContext(); |