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:
parent
5f9656c8b9
commit
046073830b
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user