summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_string.h
diff options
context:
space:
mode:
authorBo Xu <bo_xu@foxitsoftware.com>2014-11-17 10:46:25 -0800
committerBo Xu <bo_xu@foxitsoftware.com>2014-11-17 10:52:50 -0800
commit0ed3b28a70c64e06340b892e6b5e753f80b0fa4e (patch)
tree4242bbd769b19621e9131cff0fb3b5d837913051 /core/include/fxcrt/fx_string.h
parent2b7a49dabdac7c31975f2662f6513c0930617231 (diff)
downloadpdfium-0ed3b28a70c64e06340b892e6b5e753f80b0fa4e.tar.xz
Merge to XFA: patch from CL 730993002
Diffstat (limited to 'core/include/fxcrt/fx_string.h')
-rw-r--r--core/include/fxcrt/fx_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h
index 26b04b70fa..364c510f73 100644
--- a/core/include/fxcrt/fx_string.h
+++ b/core/include/fxcrt/fx_string.h
@@ -597,7 +597,7 @@ private:
}
};
typedef const CFX_WideStringC& FX_WSTR;
-#define FX_WSTRC(wstr) CFX_WideStringC((FX_LPCWSTR)wstr, sizeof(wstr) / sizeof(FX_WCHAR) - 1)
+#define FX_WSTRC(wstr) CFX_WideStringC(wstr, sizeof(wstr) / sizeof(FX_WCHAR) - 1)
struct CFX_StringDataW {
long m_nRefs;