mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-01 21:56:06 -04:00
Fix CppCheck in p3filelists.h
/libretroshare/src/file_sharing/p3filelists.h:86: warning: Cppcheck(noExplicitConstructor): Class 'p3FileDatabase' has a constructor with 1 argument that is not explicit.
This commit is contained in:
parent
0d5b1ed40b
commit
f8d4d6cb21
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class p3FileDatabase: public p3Service, public p3Config, public ftSearch //, pub
|
|||
// [...] more to add here
|
||||
};
|
||||
|
||||
p3FileDatabase(p3ServiceControl *mpeers) ;
|
||||
explicit p3FileDatabase(p3ServiceControl *mpeers) ;
|
||||
~p3FileDatabase();
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue