Skip to content
Snippets Groups Projects
Commit 621db173 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

fix warning, ref #162

parent 925fa984
No related branches found
No related tags found
No related merge requests found
......@@ -278,6 +278,7 @@ public:
<< " for get_parameter(" << parameter_name << ")\n"
<< e.what() << std::endl;
sendMsg(oss.str(), MSG_TYPE_ERROR);
throw;
}
}
/** @} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment