mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 14:55:57 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13764 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a881791b6d
commit
24b066ea22
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue