summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/performance/serialization.cxx
diff options
context:
space:
mode:
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 5ad6654..f888d40 100644
--- a/examples/cxx/tree/performance/serialization.cxx
+++ b/examples/cxx/tree/performance/serialization.cxx
@@ -116,7 +116,7 @@ serialization (const char* file, unsigned long iter)
writer->writeNode (&ft, *doc);
#endif
- eh.throw_if_failed<xml_schema::parsing> ();
+ eh.throw_if_failed<xml_schema::serialization> ();
}
os::time end;