0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-31 00:13:01 +08:00

Fixed header-only compilation

git-svn-id: http://pugixml.googlecode.com/svn/trunk@882 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine@gmail.com 2012-03-23 04:26:13 +00:00
parent 5f9656c8b9
commit 046073830b

View File

@ -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);
}