mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-27 11:00:37 -05:00
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:
parent
8904f732bd
commit
3ddf59c5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class GroupTreeWidget;
|
|||
class GroupItemInfo;
|
||||
class GxsMessageFrameWidget;
|
||||
class UIStateHelper;
|
||||
class RsGxsCommentService;
|
||||
struct RsGxsCommentService;
|
||||
class GxsCommentDialog;
|
||||
|
||||
class GxsGroupFrameDialog : public RsGxsUpdateBroadcastPage, public TokenResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue