Index: core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h |
diff --git a/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h b/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h |
index 3c9a39a19f8205c6045f9a125bc8a9c8ea5e8aca..eb90f6b183554fc7cf28e7283cba5a8032d447b4 100644 |
--- a/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h |
+++ b/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h |
@@ -63,7 +63,7 @@ class CJBig2_GRDProc : public CJBig2_Object { |
CJBig2_BitStream* pStream, |
IFX_Pause* pPause = NULL); |
FXCODEC_STATUS Continue_decode(IFX_Pause* pPause); |
- FX_RECT GetReplaceRect() { return m_ReplaceRect; }; |
+ FX_RECT GetReplaceRect() { return m_ReplaceRect; } |
private: |
FXCODEC_STATUS decode_Arith(IFX_Pause* pPause); |