Skip to content
Snippets Groups Projects
Commit f3e33ade authored by Rafaël Carré's avatar Rafaël Carré
Browse files

YamlEmitterException: typo

parent 290caaab
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class YamlEmitterException : public std::runtime_error
{
public:
YamlEmitterException (const std::string& str="") :
std::runtime_error("YamlParserException occured: " + str) {}
std::runtime_error("YamlEmitterException occured: " + str) {}
};
class YamlEmitter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment