Properly call read_plots_xml

This commit is contained in:
Patrick Shriwise 2022-11-03 23:15:14 -05:00
parent af6b0af1e3
commit 5ac6e87a68

View file

@ -140,6 +140,8 @@ void read_plots_xml() {
doc.load_file(filename.c_str());
pugi::xml_node root = doc.document_element();
read_plots_xml(root);
}
void read_plots_xml(pugi::xml_node root)