mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-21 04:18:23 -04:00
let interface classes initialise their integers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8533 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ef5e218859
commit
7884925217
6 changed files with 12 additions and 7 deletions
|
@ -159,7 +159,7 @@ class RsIdentityDetails
|
|||
public:
|
||||
RsIdentityDetails()
|
||||
:mIsOwnId(false), mPgpLinked(false), mPgpKnown(false),
|
||||
mReputation() { return; }
|
||||
mReputation(), mLastUsageTS(0) { return; }
|
||||
|
||||
RsGxsId mId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue