mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@11485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b548c767e7
commit
63085257a7
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ void Serialize()
|
|||
}
|
||||
};
|
||||
MyFoo2 foo3;
|
||||
LoadFromString(foo3, h);
|
||||
LoadFromString(foo3, data);
|
||||
DUMP(foo3.number);
|
||||
DUMP(foo3.color);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue