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 eeaac886dd23348f763a73b1847c6d96e0b0519d..8ef19f82eb2bf02ac03f9892036b3ea1e701bdf9 100644 |
--- a/core/src/fxcodec/codec/codec_int.h |
+++ b/core/src/fxcodec/codec/codec_int.h |
@@ -385,6 +385,7 @@ class CCodec_Jbig2Module : public ICodec_Jbig2Module { |
IFX_Pause* pPause) override; |
void DestroyJbig2Context(void* pJbig2Context) override; |
}; |
+ |
struct DecodeData { |
public: |
DecodeData(unsigned char* src_data, OPJ_SIZE_T src_size) |