summaryrefslogtreecommitdiff
path: root/docs/samples/save_stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'docs/samples/save_stream.cpp')
-rw-r--r--docs/samples/save_stream.cpp2
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