Fix some warnings

This commit is contained in:
Gioacchino Mazzurco 2018-01-22 14:50:07 +01:00
parent 04d32d2f44
commit 9c68bcbca4
2 changed files with 7 additions and 7 deletions

View file

@ -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 */