summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pugixml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index ce9d36c..c085cef 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -4104,7 +4104,7 @@ namespace pugi
return xml_node(static_cast<impl::xml_document_struct*>(page->allocator));
}
- xml_text xml_node::text() const
+ PUGI__FN xml_text xml_node::text() const
{
return xml_text(_root);
}