summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-03-23 04:26:13 +0000
committerarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-03-23 04:26:13 +0000
commit046073830bfa338d7c7d07a3aa9f4262a9618d7d (patch)
tree243aad8dfe8f8d1f5f8e97ae46ae6e5e58fc40e2
parent5f9656c8b95a3df5ba9d7c06ecc8a6bfcf02ca2c (diff)
Fixed header-only compilation
git-svn-id: http://pugixml.googlecode.com/svn/trunk@882 99668b35-9821-0410-8761-19e4c4f06640
-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);
}