summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_bytestring.h
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2017-08-09 14:10:02 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-10 14:40:52 +0000
commite6c67cd64a80bd67c587ad3ffb380fe1b7574d1f (patch)
tree14f27ef6173fc1585a5d295f57fe4e517330a009 /core/fxcrt/cfx_bytestring.h
parent4454ce7c74558f610962c6d41d446f50875603ad (diff)
downloadpdfium-e6c67cd64a80bd67c587ad3ffb380fe1b7574d1f.tar.xz
Make CFX_ByteString(ostringstream) const.
Change-Id: I782379cc7f93b93ed34a5d0a39ee2f198c650465 Reviewed-on: https://pdfium-review.googlesource.com/10430 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'core/fxcrt/cfx_bytestring.h')
-rw-r--r--core/fxcrt/cfx_bytestring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_bytestring.h b/core/fxcrt/cfx_bytestring.h
index 3f96c2f2f6..cf688b4c88 100644
--- a/core/fxcrt/cfx_bytestring.h
+++ b/core/fxcrt/cfx_bytestring.h
@@ -46,7 +46,7 @@ class CFX_ByteString {
explicit CFX_ByteString(const CFX_ByteStringC& bstrc);
CFX_ByteString(const CFX_ByteStringC& bstrc1, const CFX_ByteStringC& bstrc2);
CFX_ByteString(const std::initializer_list<CFX_ByteStringC>& list);
- explicit CFX_ByteString(std::ostringstream& outStream);
+ explicit CFX_ByteString(const std::ostringstream& outStream);
~CFX_ByteString();