We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac1b0a commit c8ff575Copy full SHA for c8ff575
libs/openFrameworks/utils/ofXml.cpp
@@ -22,7 +22,7 @@ void ofXml::setParsingOptions(unsigned int l_parsing_options) {
22
23
bool ofXml::load(const of::filesystem::path & file){
24
auto auxDoc = std::make_shared<pugi::xml_document>();
25
- auto res = auxDoc->load_file(ofToDataPath(file).c_str(), parsing_options));
+ auto res = auxDoc->load_file(ofToDataPath(file).c_str(), parsing_options);
26
if( res ){
27
doc = auxDoc;
28
xml = doc->root();
0 commit comments