summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/performance/serialization.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-20 16:56:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-20 16:56:15 +0200
commit05abefd3365abd8f4e80b7723e426824888feba8 (patch)
treeb40762adafbac40f9067346323791ca22a553f08 /examples/cxx/tree/performance/serialization.cxx
parent3bf42ed8ccc93a3ff5fdabb9153b887018075acc (diff)
Cosmetic changes
Diffstat (limited to 'examples/cxx/tree/performance/serialization.cxx')
-rw-r--r--examples/cxx/tree/performance/serialization.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/performance/serialization.cxx b/examples/cxx/tree/performance/serialization.cxx
index f888d40..12c43ae 100644
--- a/examples/cxx/tree/performance/serialization.cxx
+++ b/examples/cxx/tree/performance/serialization.cxx
@@ -58,7 +58,7 @@ serialization (const char* file, unsigned long iter)
xml_schema::flags::dont_pretty_print |
xml_schema::flags::no_xml_declaration);
- std::size_t size (ft.getLen ());
+ size_t size (ft.getLen ());
cerr << " document size: " << size << " bytes" << endl
<< " iterations: " << iter << endl;