Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
Update ardrone_parser.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fqez authored Oct 24, 2016
1 parent bb37766 commit bbdfbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/ardrone_server/src/ardrone_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void ArDroneParser::writeFile(std::string filepath,ArDroneConfig *conf)
}
rootNode.put("<xmlattr>.name", "ardrone_server");
pt.add_child("component", rootNode);
boost::property_tree::xml_writer_settings<char> settings('\t', 1);
boost::property_tree::xml_writer_settings<std::string> settings('\t', 1);
write_xml(filepath, pt, std::locale(), settings);
}

Expand Down

0 comments on commit bbdfbb1

Please sign in to comment.