mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-06 13:46:11 -05:00
added missing initialization for RsGXsIdGroup::mLastUsageTS
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8511 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cc0f1be95d
commit
7f7ede0e2a
@ -81,7 +81,7 @@ class GxsReputation
|
|||||||
class RsGxsIdGroup
|
class RsGxsIdGroup
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
RsGxsIdGroup():mPgpKnown(false) { return; }
|
RsGxsIdGroup(): mLastUsageTS(0), mPgpKnown(false) { return; }
|
||||||
~RsGxsIdGroup() { return; }
|
~RsGxsIdGroup() { return; }
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user