Fix CppCheck in p3cfgmgr.h

/libretroshare/src/pqi/p3cfgmgr.h:154: warning:
Cppcheck(noExplicitConstructor): Class 'p3ConfigMgr' has a constructor
with 1 argument that is not explicit.
This commit is contained in:
Phenom 2017-07-21 18:42:42 +02:00 committed by csoler
parent 0a82ff0736
commit bd5603590a

View File

@ -151,7 +151,7 @@ class p3ConfigMgr
/**
* @param bdir base directory: where config files will be saved
*/
p3ConfigMgr(std::string bdir);
explicit p3ConfigMgr(std::string bdir);
/**
* checks and update all added configurations