.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-11-20 10:10:18 +00:00
parent b548c767e7
commit 63085257a7
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ void Serialize()
}
};
MyFoo2 foo3;
LoadFromString(foo3, h);
LoadFromString(foo3, data);
DUMP(foo3.number);
DUMP(foo3.color);
}