mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-05 21:04:14 -04:00
Fix CppCheck in p3i2pbob.h
/libretroshare/src/services/autoproxy/p3i2pbob.h:176: warning: Cppcheck(noExplicitConstructor): Class 'p3I2pBob' has a constructor with 1 argument that is not explicit.
This commit is contained in:
parent
fea9c0a851
commit
9000f2e524
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class p3PeerMgr;
|
|||
class p3I2pBob : public RsTickingThread, public p3Config, public autoProxyService
|
||||
{
|
||||
public:
|
||||
p3I2pBob(p3PeerMgr *peerMgr);
|
||||
explicit p3I2pBob(p3PeerMgr *peerMgr);
|
||||
|
||||
// autoProxyService interface
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue