From 24b066ea226cdf4221a95cd45f3f034b168bdec2 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 14 Dec 2019 17:07:50 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@13764 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/PdbTests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upptst/PdbTests/main.cpp b/upptst/PdbTests/main.cpp index 040056263..9af299ea4 100644 --- a/upptst/PdbTests/main.cpp +++ b/upptst/PdbTests/main.cpp @@ -270,7 +270,7 @@ GUI_APP_MAIN WString h = "test"; std::wstring x = h.ToStd(); for(int i = 0; i < 10; i++) - x.append(~h); + x.append((wchar_t*)~h); } {