mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 15:05:35 -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
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class p3Status : public RsStatus
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
p3Status(p3StatusService* statusSrv);
|
explicit p3Status(p3StatusService* statusSrv);
|
||||||
virtual ~p3Status();
|
virtual ~p3Status();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue