mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
examples: XmlView example fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1871 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8805ba9a21
commit
2c1f32c484
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ void XmlView::Serialize(Stream& s)
|
|||
int version = 0;
|
||||
s / version;
|
||||
SerializePlacement(s);
|
||||
s % files;
|
||||
files.SerializeSettings(s);
|
||||
s % dir;
|
||||
s % splitter;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue