mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix clang warning: class 'p3Config' was previously declared as a struct
/libretroshare/src/retroshare/rsplugin.h:77: warning: class 'p3Config' was previously declared as a struct [-Wmismatched-tags] class p3Config;
This commit is contained in:
parent
8dbb0d61af
commit
896ed3e992
@ -213,8 +213,9 @@ class p3ConfigMgr
|
||||
* Aimed at rs services that uses RsItem config data, provide a way for RS
|
||||
* services to save and load particular configurations as items.
|
||||
*/
|
||||
struct p3Config : pqiConfig
|
||||
class p3Config : public pqiConfig
|
||||
{
|
||||
public:
|
||||
p3Config();
|
||||
|
||||
virtual bool loadConfiguration(RsFileHash &loadHash);
|
||||
|
Loading…
Reference in New Issue
Block a user