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:
electron128 2015-06-19 12:47:38 +00:00
parent ef5e218859
commit 7884925217
6 changed files with 12 additions and 7 deletions

View file

@ -159,7 +159,7 @@ class RsIdentityDetails
public:
RsIdentityDetails()
:mIsOwnId(false), mPgpLinked(false), mPgpKnown(false),
mReputation() { return; }
mReputation(), mLastUsageTS(0) { return; }
RsGxsId mId;