mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Fix CppCheck in p3bwctrl.h
/libretroshare/src/services/p3bwctrl.h:77: warning: Cppcheck(noExplicitConstructor): Class 'p3BandwidthControl' has a constructor with 1 argument that is not explicit.
This commit is contained in:
parent
9000f2e524
commit
7278f67073
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class BwCtrlData
|
|||
class p3BandwidthControl: public p3Service, public pqiServiceMonitor
|
||||
{
|
||||
public:
|
||||
p3BandwidthControl(pqipersongrp *pg);
|
||||
explicit p3BandwidthControl(pqipersongrp *pg);
|
||||
virtual RsServiceInfo getServiceInfo();
|
||||
|
||||
/***** overloaded from RsBanList *****/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue