summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_widestring.h
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2017-06-28 15:57:51 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-06-28 20:12:34 +0000
commit297f161a02d79cef88f55906722534bee2da730b (patch)
tree41299229003dceb2d06b6acbb84fc68770604788 /core/fxcrt/cfx_widestring.h
parent9ba8fbc02e86a6b7cb5c4142d9481ae3238c1ec4 (diff)
downloadpdfium-297f161a02d79cef88f55906722534bee2da730b.tar.xz
Add << overload for CFX_StringCTemplate classeschromium/3144
BUG=pdfium:790 Change-Id: I4a3623dc0daac6ff8407c09cd00e9f2e4e5dd2d7 Reviewed-on: https://pdfium-review.googlesource.com/7051 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fxcrt/cfx_widestring.h')
-rw-r--r--core/fxcrt/cfx_widestring.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_widestring.h b/core/fxcrt/cfx_widestring.h
index 3d69b0be55..0e477bfc8b 100644
--- a/core/fxcrt/cfx_widestring.h
+++ b/core/fxcrt/cfx_widestring.h
@@ -229,8 +229,9 @@ inline bool operator!=(const CFX_WideStringC& lhs, const CFX_WideString& rhs) {
uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase);
std::wostream& operator<<(std::wostream& os, const CFX_WideString& str);
-
std::ostream& operator<<(std::ostream& os, const CFX_WideString& str);
+std::wostream& operator<<(std::wostream& os, const CFX_WideStringC& str);
+std::ostream& operator<<(std::ostream& os, const CFX_WideStringC& str);
namespace std {