mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-23 14:39:34 -05:00
Fix Warnings for class 'RsGxsChannelPost' was previously declared as a
struct In file included from ../../../trunk/retroshare-gui/src/gui/gxschannels/ GxsChannelPostsWidget.cpp:27: In file included from temp/ui/ui_GxsChannelPostsWidget.h:31: ../../../trunk/retroshare-gui/src/gui/gxschannels/ GxsChannelFilesWidget.h:28:1: warning: class 'RsGxsChannelPost' was previously declared as a struct [-Wmismatched-tags] class RsGxsChannelPost; ^ ../../../trunk/libretroshare/src/retroshare/rsgxschannels.h:65:8: note: previous use is here struct RsGxsChannelPost : RsSerializable ^ ../../../trunk/retroshare-gui/src/gui/gxschannels/ GxsChannelFilesWidget.h:28:1: note: did you mean struct here? class RsGxsChannelPost; ^~~~~ struct
This commit is contained in:
parent
bb01198772
commit
1e65089930
@ -25,7 +25,7 @@
|
||||
|
||||
#include "retroshare/rsgxsifacetypes.h"
|
||||
|
||||
class RsGxsChannelPost;
|
||||
struct RsGxsChannelPost;
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
class QTreeWidgetItem;
|
||||
class GxsFeedItem;
|
||||
|
Loading…
Reference in New Issue
Block a user