mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 08:29:26 -05:00
Fix Warnings for class 'RsIdentityDetails' was previously declared as a
struct In file included from ../../../trunk/retroshare-gui/src/gui/ NetworkDialog.cpp:36: ../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:33:1: warning: class 'RsIdentityDetails' was previously declared as a struct [-Wmismatched-tags] class RsIdentityDetails; ^ ../../../trunk/libretroshare/src/retroshare/rsidentity.h:294:8: note: previous use is here struct RsIdentityDetails : RsSerializable ^ ../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:33:1: note: did you mean struct here? class RsIdentityDetails; ^~~~~ struct
This commit is contained in:
parent
a25f974473
commit
0b9cd9743a
@ -30,7 +30,7 @@
|
||||
#include "gui/msgs/MessageInterface.h"
|
||||
|
||||
class QAction;
|
||||
class RsIdentityDetails;
|
||||
struct RsIdentityDetails;
|
||||
class QComboBox;
|
||||
class QFontComboBox;
|
||||
class QTextEdit;
|
||||
|
Loading…
Reference in New Issue
Block a user