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:
Phenom 2019-02-14 22:41:19 +01:00
parent 35373c36c5
commit 52e4a3cd00

View File

@ -26,7 +26,7 @@
#include <retroshare/rsgxsifacetypes.h> #include <retroshare/rsgxsifacetypes.h>
class RsGxsIfaceHelper; class RsGxsIfaceHelper;
class RsGxsChanges; struct RsGxsChanges;
typedef uint32_t TurtleRequestId ; typedef uint32_t TurtleRequestId ;