mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +02:00
- does this fix the build on Arch Linux?
This commit is contained in:
@@ -102,6 +102,9 @@ namespace rapidxml
|
|||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// Internal printing operations
|
// Internal printing operations
|
||||||
|
|
||||||
|
template<class OutIt, class Ch>
|
||||||
|
inline OutIt print_node(OutIt out, const xml_node<Ch> *node, int flags, int indent);
|
||||||
|
|
||||||
// Print children of the node
|
// Print children of the node
|
||||||
template<class OutIt, class Ch>
|
template<class OutIt, class Ch>
|
||||||
inline OutIt print_children(OutIt out, const xml_node<Ch> *node, int flags, int indent)
|
inline OutIt print_children(OutIt out, const xml_node<Ch> *node, int flags, int indent)
|
||||||
|
Reference in New Issue
Block a user