diff options
Diffstat (limited to 'core/fxcodec/codec/icodec_tiffmodule.h')
-rw-r--r-- | core/fxcodec/codec/icodec_tiffmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/codec/icodec_tiffmodule.h b/core/fxcodec/codec/icodec_tiffmodule.h index 540d82ff63..49abd1865f 100644 --- a/core/fxcodec/codec/icodec_tiffmodule.h +++ b/core/fxcodec/codec/icodec_tiffmodule.h @@ -29,7 +29,7 @@ class ICodec_TiffModule { int32_t* bpc, CFX_DIBAttribute* pAttribute) = 0; virtual bool Decode(CCodec_TiffContext* ctx, - class CFX_DIBitmap* pDIBitmap) = 0; + const CFX_RetainPtr<CFX_DIBitmap>& pDIBitmap) = 0; virtual void DestroyDecoder(CCodec_TiffContext* ctx) = 0; }; |