mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 08:29:26 -05:00
Fix Warnings for 'RsPeerDetails' defined as a struct here but previously
declared as a class In file included from ../../../trunk/retroshare-gui/src/gui/ MessengerWindow.cpp:29: ../../../trunk/libretroshare/src/retroshare/rspeers.h:207:1: warning: 'RsPeerDetails' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct RsPeerDetails : RsSerializable ^ ../../../trunk/retroshare-gui/src/gui/common/StatusDefs.h:27:1: note: did you mean struct here? class RsPeerDetails; ^~~~~ struct
This commit is contained in:
parent
b80d7cb5ae
commit
b2572354fb
@ -24,7 +24,7 @@
|
||||
#include <QString>
|
||||
#include <retroshare/rsidentity.h>
|
||||
|
||||
class RsPeerDetails;
|
||||
struct RsPeerDetails;
|
||||
|
||||
class PeerDefs
|
||||
{
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <QColor>
|
||||
#include <QFont>
|
||||
|
||||
class RsPeerDetails;
|
||||
struct RsPeerDetails;
|
||||
|
||||
class StatusDefs
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user