reference: Xmlize

git-svn-id: svn://ultimatepp.org/upp/trunk@4594 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-02-14 08:16:19 +00:00
parent cfb8556d90
commit 74e8ec40d0
3 changed files with 7 additions and 3 deletions

View file

@ -14,10 +14,10 @@ struct Data {
bool option;
void Dump();
void Xmlize(XmlIO xml);
void Xmlize(XmlIO& xml);
};
void Data::Xmlize(XmlIO xml)
void Data::Xmlize(XmlIO& xml)
{
xml
("Dimension", sz)