Skip to content

Commit

Permalink
Update the pugixml headers to be v1.15 compatible (#1247)
Browse files Browse the repository at this point in the history
* Removed pugixml in favor of paddings to avoid undefined errors and header conflicts for mods

* Changed strategy to update the headers to pugi v1.15 instead
  • Loading branch information
SMJSGaming authored Feb 21, 2025
1 parent fb7b382 commit faedd88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions loader/include/Geode/cocos/robtop/xml/pugixml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ namespace pugi
xml_node& operator*() const;
xml_node* operator->() const;

const xml_node_iterator& operator++();
xml_node_iterator& operator++();
xml_node_iterator operator++(int);

const xml_node_iterator& operator--();
Expand Down Expand Up @@ -735,7 +735,7 @@ namespace pugi
xml_attribute& operator*() const;
xml_attribute* operator->() const;

const xml_attribute_iterator& operator++();
xml_attribute_iterator& operator++();
xml_attribute_iterator operator++(int);

const xml_attribute_iterator& operator--();
Expand Down Expand Up @@ -769,7 +769,7 @@ namespace pugi
xml_node& operator*() const;
xml_node* operator->() const;

const xml_named_node_iterator& operator++();
xml_named_node_iterator& operator++();
xml_named_node_iterator operator++(int);

private:
Expand Down

0 comments on commit faedd88

Please sign in to comment.