mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-28 13:52:07 -04:00
add xml custom ctors
This commit is contained in:
parent
95fb3c60c6
commit
5e6efa9112
1 changed files with 2 additions and 0 deletions
|
@ -371,6 +371,7 @@ namespace pugi
|
|||
public:
|
||||
// Default constructor. Constructs an empty node.
|
||||
xml_node();
|
||||
GEODE_CUSTOM_CONSTRUCTOR_BEGIN(xml_node);
|
||||
|
||||
// Constructs node from internal pointer
|
||||
explicit xml_node(xml_node_struct* p);
|
||||
|
@ -852,6 +853,7 @@ namespace pugi
|
|||
{
|
||||
private:
|
||||
char_t* _buffer;
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(xml_document, xml_node);
|
||||
|
||||
char _memory[192];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue