mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 03:48:16 -04:00
Fix some warnings
This commit is contained in:
parent
04d32d2f44
commit
9c68bcbca4
2 changed files with 7 additions and 7 deletions
|
@ -42,7 +42,7 @@
|
|||
#include "util/rsdeprecate.h"
|
||||
|
||||
/* The Main Interface Class - for information about your Peers */
|
||||
class RsIdentity;
|
||||
struct RsIdentity;
|
||||
extern RsIdentity *rsIdentity;
|
||||
|
||||
|
||||
|
@ -287,7 +287,7 @@ struct RsIdentityUsage : RsSerializable
|
|||
RS_PROCESS_SERIAL_MEMBER(mHash);
|
||||
}
|
||||
|
||||
friend class RsTypeSerializer;
|
||||
friend struct RsTypeSerializer;
|
||||
private:
|
||||
/** Accessible only to friend class RsTypeSerializer needed for
|
||||
* deserialization */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue