Skip to content

Commit

Permalink
Update include/mav/MessageSet.h
Browse files Browse the repository at this point in the history
Co-authored-by: KonradRudin <[email protected]>
  • Loading branch information
ThomasDebrunner and KonradRudin authored Mar 12, 2024
1 parent af494d6 commit 3e98792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mav/MessageSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ namespace mav {
auto doc = std::make_shared<rapidxml::xml_document<>>();
try {
doc->parse<0>(file->data());
} catch (rapidxml::parse_error &e) {
} catch (const rapidxml::parse_error &e) {
throw ParseError(e.what());
}
return {file, doc, ""};
Expand Down

0 comments on commit 3e98792

Please sign in to comment.