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:
Phenom 2017-07-28 11:11:14 +02:00 committed by csoler
parent 628a23ae94
commit da190f544e

View File

@ -39,7 +39,7 @@ class p3Status : public RsStatus
{
public:
p3Status(p3StatusService* statusSrv);
explicit p3Status(p3StatusService* statusSrv);
virtual ~p3Status();