.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@13764 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-12-14 17:07:50 +00:00
parent a881791b6d
commit 24b066ea22

View file

@ -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);
}
{