| 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 faf812051a182f808a0e4c66ae37aaed4b35aeae..ae6af007f64b8098e20965174a55fa9a8553aabb 100644
|
| --- a/core/src/fxcodec/codec/codec_int.h
|
| +++ b/core/src/fxcodec/codec/codec_int.h
|
| @@ -371,7 +371,7 @@ class CPDF_Jbig2Interface : public CJBig2_Module {
|
| class CCodec_Jbig2Context {
|
| public:
|
| CCodec_Jbig2Context();
|
| - ~CCodec_Jbig2Context(){};
|
| + ~CCodec_Jbig2Context() {}
|
|
|
| FX_DWORD m_width;
|
| FX_DWORD m_height;
|
| @@ -388,7 +388,7 @@ class CCodec_Jbig2Context {
|
| };
|
| class CCodec_Jbig2Module : public ICodec_Jbig2Module {
|
| public:
|
| - CCodec_Jbig2Module(){};
|
| + CCodec_Jbig2Module() {}
|
| ~CCodec_Jbig2Module() override;
|
|
|
| // ICodec_Jbig2Module
|
|
|