summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cxml.h')
-rw-r--r--src/cxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 4176622..e613039 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -271,7 +271,7 @@ private:
};
-xmlpp::Element* add_child(xmlpp::Element* parent, std::string const& name);
+xmlpp::Element* add_child(xmlpp::Element* parent, std::string const& name, std::string const& ns_prefix = {});
void add_text_child(xmlpp::Element* parent, std::string const& name, std::string const& text);