/permissive

This commit is contained in:
Zihan Chen
2018-07-06 01:35:17 -07:00
parent 189ab6ff06
commit 9b508506c4
4 changed files with 122 additions and 111 deletions
+2 -1
View File
@@ -34165,7 +34165,8 @@ GuiResource
memoryStream.SeekFromBegin(0);
{
stream::StreamReader reader(memoryStream);
writer << reader.ReadToEnd();
WString xml = reader.ReadToEnd();
writer << xml;
}
}
List<WString> typeNames;