Index: core/fxcodec/include/fx_codec.h |
diff --git a/core/fxcodec/include/fx_codec.h b/core/fxcodec/include/fx_codec.h |
index 4853e26a6aad5e165668ac5c7397d12ba1e2a15a..8621db2b2cc8e4fcb09d9f290d50a8119909002a 100644 |
--- a/core/fxcodec/include/fx_codec.h |
+++ b/core/fxcodec/include/fx_codec.h |
@@ -59,6 +59,7 @@ class CFX_DIBAttribute { |
class CCodec_ModuleMgr { |
public: |
CCodec_ModuleMgr(); |
+ ~CCodec_ModuleMgr(); |
CCodec_BasicModule* GetBasicModule() const { return m_pBasicModule.get(); } |
CCodec_FaxModule* GetFaxModule() const { return m_pFaxModule.get(); } |