Mercurial > hg > orthanc
changeset 4618:6c4081ae3bb8 db-changes
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 14 Apr 2021 12:15:19 +0200 |
parents | 943dea50f358 |
children | fda80844b920 |
files | OrthancServer/Plugins/Engine/OrthancPlugins.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Wed Apr 14 12:10:17 2021 +0200 +++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Wed Apr 14 12:15:19 2021 +0200 @@ -1214,7 +1214,7 @@ std::string databaseServerIdentifier_; // New in Orthanc 1.9.2 unsigned int maxDatabaseRetries_; // New in Orthanc 1.9.2 - PImpl(const std::string& databaseServerIdentifier) : + explicit PImpl(const std::string& databaseServerIdentifier) : context_(NULL), findCallback_(NULL), worklistCallback_(NULL),