mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-19 23:42:23 -05:00
Fix Warnings for class 'RsGxsForumGroup' was previously declared as a
struct
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:40:1:
warning: class 'RsGxsForumGroup' was previously declared as a struct [-
Wmismatched-tags]
class RsGxsForumGroup;
^
../../../trunk/libretroshare/src/retroshare/rsgxsforums.h:55:8: note:
previous use is here
struct RsGxsForumGroup : RsSerializable
^
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:40:1: note:
did you mean struct here?
class RsGxsForumGroup;
^~~~~
struct
This commit is contained in:
parent
746a5ad89c
commit
b80d7cb5ae
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ class RsFeedReaderMsg;
|
|||
class p3FeedReaderThread;
|
||||
|
||||
class RsGxsForums;
|
||||
class RsGxsForumGroup;
|
||||
struct RsGxsForumGroup;
|
||||
|
||||
class p3FeedReader : public RsPQIService, public RsFeedReader
|
||||
{
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class RSTreeWidgetItemCompareRole;
|
|||
class RsGxsForumMsg;
|
||||
class GxsForumsFillThread;
|
||||
class QItemSelection;
|
||||
class RsGxsForumGroup;
|
||||
struct RsGxsForumGroup;
|
||||
class RsGxsForumModel;
|
||||
class RsGxsForumMsg;
|
||||
class ForumModelPostEntry;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ class QTextEdit;
|
|||
class QTextCharFormat;
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
struct RsGxsChannelGroup;
|
||||
class RsGxsForumGroup;
|
||||
struct RsGxsForumGroup;
|
||||
|
||||
class MessageComposer : public QMainWindow
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue