mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-23 01:10:39 -05:00
Fix Warnings for class 'RsGxsChannelGroup' was previously declared as a
struct
In file included from ../../../trunk/retroshare-gui/src/gui/feeds/
SecurityItem.cpp:28:
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:39:1:
warning: class 'RsGxsChannelGroup' was previously declared as a struct
[-Wmismatched-tags]
class RsGxsChannelGroup;
^
../../../trunk/libretroshare/src/retroshare/rsgxschannels.h:46:8: note:
previous use is here
struct RsGxsChannelGroup : RsSerializable
^
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:39:1: note:
did you mean struct here?
class RsGxsChannelGroup;
^~~~~
struct
This commit is contained in:
parent
0b9cd9743a
commit
746a5ad89c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class QFontComboBox;
|
|||
class QTextEdit;
|
||||
class QTextCharFormat;
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
class RsGxsChannelGroup;
|
||||
struct RsGxsChannelGroup;
|
||||
class RsGxsForumGroup;
|
||||
|
||||
class MessageComposer : public QMainWindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue