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