mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -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:
|
||||
|
||||
p3Status(p3StatusService* statusSrv);
|
||||
explicit p3Status(p3StatusService* statusSrv);
|
||||
virtual ~p3Status();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue