mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 11:58:44 -04:00
fixed compilation problem caused by a bug in qtcreator global replace. Warning: always check the result of qtcreator global replace
This commit is contained in:
parent
37f3e1a62a
commit
c61ccda431
4 changed files with 17 additions and 12 deletions
|
@ -47,8 +47,8 @@ extern RsIdentity *rsIdentity;
|
|||
// The deprecated flag overlaps the privacy flags for mGroupFlags. This is an error that should be fixed. For the sake of keeping some
|
||||
// backward compatibility, we need to make the change step by step.
|
||||
|
||||
#define RSGXSID_GROUPFLAG_REALID_deprecated 0x0001
|
||||
#define RSGXSID_GROUPFLAG_REALID 0x0100
|
||||
#define RSGXSID_GROUPFLAG_REALID_kept_for_compatibility 0x0001
|
||||
#define RSGXSID_GROUPFLAG_REALID 0x0100
|
||||
|
||||
// THESE ARE FLAGS FOR INTERFACE.
|
||||
#define RSID_TYPE_MASK 0xff00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue