Fix Warnings for class 'RsGxsCommentService' was previously declared as

a struct

In file included from ../../../trunk/retroshare-gui/src/gui/
RetroShareLink.cpp:33:
In file included from ../../../trunk/retroshare-gui/src/gui/gxschannels/
GxsChannelDialog.h:24:
../../../trunk/retroshare-gui/src/gui/gxs/GxsGroupFrameDialog.h:44:1:
warning: class 'RsGxsCommentService' was previously declared as a struct
[-Wmismatched-tags]
class RsGxsCommentService;
^
../../../trunk/libretroshare/src/retroshare/rsgxscommon.h:161:8: note:
previous use is here
struct RsGxsCommentService
       ^
../../../trunk/retroshare-gui/src/gui/gxs/GxsGroupFrameDialog.h:44:1:
note: did you mean struct here?
class RsGxsCommentService;
^~~~~
struct
This commit is contained in:
Phenom 2019-02-14 23:45:08 +01:00
parent 8904f732bd
commit 3ddf59c5cb

View File

@ -41,7 +41,7 @@ class GroupTreeWidget;
class GroupItemInfo; class GroupItemInfo;
class GxsMessageFrameWidget; class GxsMessageFrameWidget;
class UIStateHelper; class UIStateHelper;
class RsGxsCommentService; struct RsGxsCommentService;
class GxsCommentDialog; class GxsCommentDialog;
class GxsGroupFrameDialog : public RsGxsUpdateBroadcastPage, public TokenResponse class GxsGroupFrameDialog : public RsGxsUpdateBroadcastPage, public TokenResponse