mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05:00
Fix Warnings for class 'RsGxsForumMsg' was previously declared as a
struct In file included from ../../../trunk/retroshare-gui/src/gui/gxsforums/ GxsForumsDialog.cpp:23: ../../../trunk/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h: 33:1: warning: class 'RsGxsForumMsg' was previously declared as a struct [-Wmismatched-tags] class RsGxsForumMsg; ^ ../../../trunk/libretroshare/src/retroshare/rsgxsforums.h:83:8: note: previous use is here struct RsGxsForumMsg : RsSerializable ^ ../../../trunk/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h: 33:1: note: did you mean struct here? class RsGxsForumMsg; ^~~~~ struct
This commit is contained in:
parent
96bbdac8a3
commit
a9962c1d2c
@ -30,12 +30,11 @@
|
||||
class QSortFilterProxyModel;
|
||||
class QTreeWidgetItem;
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
class RsGxsForumMsg;
|
||||
class GxsForumsFillThread;
|
||||
class QItemSelection;
|
||||
struct RsGxsForumGroup;
|
||||
class RsGxsForumModel;
|
||||
class RsGxsForumMsg;
|
||||
struct RsGxsForumMsg;
|
||||
class ForumModelPostEntry;
|
||||
|
||||
namespace Ui {
|
||||
|
Loading…
x
Reference in New Issue
Block a user