Skip to content
Snippets Groups Projects
Commit a738da3c authored by Lazlo Westerhof's avatar Lazlo Westerhof
Browse files

Fix typo.

parent be2003b0
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ extern "C" { ...@@ -59,7 +59,7 @@ extern "C" {
} }
/* Read XML file. */ /* Read XML file. */
std::ifstream t(xml.c_str()); std::ifstream t(xml);
std::string xmlStream((std::istreambuf_iterator<char>(t)), std::string xmlStream((std::istreambuf_iterator<char>(t)),
std::istreambuf_iterator<char>()); std::istreambuf_iterator<char>());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment