mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix Warnings for 'RsGxsChanges' defined as a struct here but previously
declared as a class In file included from ../../../trunk/retroshare-gui/src/main.cpp:66: In file included from ../../../trunk/libretroshare/src/retroshare/ rsidentity.h:31: In file included from ../../../trunk/libretroshare/src/retroshare/ rsgxsifacehelper.h:30: ../../../trunk/libretroshare/src/retroshare/rsgxsiface.h:76:1: warning: 'RsGxsChanges' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct RsGxsChanges ^ ../../../trunk/retroshare-gui/src/util/RsGxsUpdateBroadcast.h:29:1: note: did you mean struct here? class RsGxsChanges; ^~~~~ struct
This commit is contained in:
parent
35373c36c5
commit
52e4a3cd00
@ -26,7 +26,7 @@
|
||||
#include <retroshare/rsgxsifacetypes.h>
|
||||
|
||||
class RsGxsIfaceHelper;
|
||||
class RsGxsChanges;
|
||||
struct RsGxsChanges;
|
||||
|
||||
typedef uint32_t TurtleRequestId ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user