Skip to content

Commit

Permalink
Removing outdated cloned line added in bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed May 5, 2023
1 parent 761b6b5 commit 1eafc06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xml_converter/generators/cpp_templates/class_template.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class {{cpp_class}} : public Parseable {
Trail default_trail;

void init_from_xml(rapidxml::xml_node<>* node, std::vector<XMLError*>* errors, std::string base_dir = "");
void init_from_xml(rapidxml::xml_node<>* node, std::vector<XMLError*>* errors);
{% endif %}
virtual std::vector<std::string> as_xml() const;
virtual std::string classname();
Expand Down

0 comments on commit 1eafc06

Please sign in to comment.