| Index: core/src/fxcodec/codec/fx_codec_fax.cpp
 | 
| diff --git a/core/src/fxcodec/codec/fx_codec_fax.cpp b/core/src/fxcodec/codec/fx_codec_fax.cpp
 | 
| index c6c13f98bbd8d5eaffe54deeea22448ed37a0f8c..c6ab791a0e83f8f645fcb22750e69be170a8f5cc 100644
 | 
| --- a/core/src/fxcodec/codec/fx_codec_fax.cpp
 | 
| +++ b/core/src/fxcodec/codec/fx_codec_fax.cpp
 | 
| @@ -926,7 +926,7 @@ static void _FaxEncode2DLine(FX_LPBYTE dest_buf, int& dest_bitpos, FX_LPCBYTE sr
 | 
|          }
 | 
|      }
 | 
|  }
 | 
| -class CCodec_FaxEncoder : public CFX_Object
 | 
| +class CCodec_FaxEncoder 
 | 
|  {
 | 
|  public:
 | 
|      CCodec_FaxEncoder(FX_LPCBYTE src_buf, int width, int height, int pitch);
 | 
| 
 |