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