summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_checksumcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_checksumcontext.h')
-rw-r--r--core/fxcrt/cfx_checksumcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_checksumcontext.h b/core/fxcrt/cfx_checksumcontext.h
index 4231e09a83..6d7963ad93 100644
--- a/core/fxcrt/cfx_checksumcontext.h
+++ b/core/fxcrt/cfx_checksumcontext.h
@@ -19,7 +19,7 @@ class CFX_ChecksumContext {
void StartChecksum();
void Update(const ByteStringView& bsText);
- bool UpdateChecksum(const CFX_RetainPtr<IFX_SeekableReadStream>& pSrcFile,
+ bool UpdateChecksum(const RetainPtr<IFX_SeekableReadStream>& pSrcFile,
FX_FILESIZE offset = 0,
size_t size = 0);
void FinishChecksum();