mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix Warnings for 'ForumModelPostEntry' defined as a struct here but
previously declared as a class In file included from ../../../trunk/retroshare-gui/src/gui/gxsforums/ GxsForumThreadWidget.cpp:31: ../../../trunk/retroshare-gui/src/gui/gxsforums/GxsForumModel.h:34:1: warning: 'ForumModelPostEntry' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct ForumModelPostEntry ^ ../../../trunk/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h: 39:1: note: did you mean struct here? class ForumModelPostEntry; ^~~~~ struct
This commit is contained in:
parent
a9962c1d2c
commit
bb01198772
@ -35,7 +35,7 @@ class QItemSelection;
|
||||
struct RsGxsForumGroup;
|
||||
class RsGxsForumModel;
|
||||
struct RsGxsForumMsg;
|
||||
class ForumModelPostEntry;
|
||||
struct ForumModelPostEntry;
|
||||
|
||||
namespace Ui {
|
||||
class GxsForumThreadWidget;
|
||||
|
Loading…
Reference in New Issue
Block a user