mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix Warnings for 'RsGroupInfo' defined as a struct here but previously
declared as a class In file included from ../../../trunk/retroshare-gui/src/gui/ RemoteDirModel.cpp:30: ../../../trunk/libretroshare/src/retroshare/rspeers.h:339:1: warning: 'RsGroupInfo' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct RsGroupInfo : RsSerializable ^ ../../../trunk/retroshare-gui/src/gui/common/GroupDefs.h:24:1: note: did you mean struct here? class RsGroupInfo; ^~~~~ struct
This commit is contained in:
parent
a9a8caf2d4
commit
8904f732bd
@ -21,7 +21,7 @@
|
||||
#ifndef _GROUPDEFS_H
|
||||
#define _GROUPDEFS_H
|
||||
|
||||
class RsGroupInfo;
|
||||
struct RsGroupInfo;
|
||||
|
||||
class GroupDefs
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user