diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_GrdProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_GrdProc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_GrdProc.h b/core/fxcodec/jbig2/JBig2_GrdProc.h index 30c0fa6b6b..08081dde3d 100644 --- a/core/fxcodec/jbig2/JBig2_GrdProc.h +++ b/core/fxcodec/jbig2/JBig2_GrdProc.h @@ -36,7 +36,7 @@ class CJBig2_GRDProc { CJBig2_BitStream* pStream); FXCODEC_STATUS ContinueDecode(PauseIndicatorIface* pPause, CJBig2_ArithDecoder* pArithDecoder); - FX_RECT GetReplaceRect() const { return m_ReplaceRect; } + const FX_RECT& GetReplaceRect() const { return m_ReplaceRect; } bool MMR; uint32_t GBW; |