mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05: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
@ -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…
x
Reference in New Issue
Block a user