Skip to content
Snippets Groups Projects
Commit 84724c1a authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2402] Fix implicit variable init order in LibraryManagerException

parent 2a80566f
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ int LibraryManager::resolveSymbol (const std::string &symbol, SymbolHandle *symb
/************************************************************************************************/
LibraryManagerException::LibraryManagerException (const std::string &libraryName, const std::string &details, Reason reason) :
_reason (reason), _details (""), std::runtime_error ("")
std::runtime_error (""), _reason (reason), _details ("")
{
if (_reason == loadingFailed)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment