diff options
Diffstat (limited to 'docs/samples/save_stream.cpp')
-rw-r--r-- | docs/samples/save_stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/samples/save_stream.cpp b/docs/samples/save_stream.cpp index d01965d..eba1863 100644 --- a/docs/samples/save_stream.cpp +++ b/docs/samples/save_stream.cpp @@ -6,7 +6,7 @@ int main() { // get a test document pugi::xml_document doc; - doc.load("<foo bar='baz'><call>hey</call></foo>"); + doc.load_string("<foo bar='baz'><call>hey</call></foo>"); //[code_save_stream // save document to standard output |