mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
0a82ff0736
commit
bd5603590a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user