| Index: core/include/fxcodec/fx_codec.h
|
| diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h
|
| index d8c66d9d6545ffb126eab024b6dd3952f0ba671b..7eec175c899239c3dbe611de0ceba85432aa3c15 100644
|
| --- a/core/include/fxcodec/fx_codec.h
|
| +++ b/core/include/fxcodec/fx_codec.h
|
| @@ -31,7 +31,7 @@ class ICodec_ScanlineDecoder;
|
| class CCodec_ModuleMgr {
|
| public:
|
| CCodec_ModuleMgr();
|
| - ICodec_Jbig2Encoder* CreateJbig2Encoder();
|
| +
|
| ICodec_BasicModule* GetBasicModule() const { return m_pBasicModule.get(); }
|
| ICodec_FaxModule* GetFaxModule() const { return m_pFaxModule.get(); }
|
| ICodec_JpegModule* GetJpegModule() const { return m_pJpegModule.get(); }
|
|
|