mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix CppCheck in p3Status
/libretroshare/src/rsserver/p3status.h:42: warning: Cppcheck(noExplicitConstructor): Class 'p3Status' has a constructor with 1 argument that is not explicit.
This commit is contained in:
parent
628a23ae94
commit
da190f544e
@ -39,7 +39,7 @@ class p3Status : public RsStatus
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
p3Status(p3StatusService* statusSrv);
|
explicit p3Status(p3StatusService* statusSrv);
|
||||||
virtual ~p3Status();
|
virtual ~p3Status();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user