From 05abefd3365abd8f4e80b7723e426824888feba8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jan 2010 16:56:15 +0200 Subject: Cosmetic changes --- examples/cxx/tree/performance/serialization.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cxx/tree/performance/serialization.cxx') 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; -- cgit v1.1