diff --git a/sflphone-common/src/plug-in/librarymanager.cpp b/sflphone-common/src/plug-in/librarymanager.cpp index 0c8c1040bde8ac0497d3e7985355629662981faf..3938a6b83c185ca26b3229008c5861ff938662d3 100644 --- a/sflphone-common/src/plug-in/librarymanager.cpp +++ b/sflphone-common/src/plug-in/librarymanager.cpp @@ -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)