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

@ -115,7 +115,10 @@ class RsPostedPost
mDownVotes = 0;
mComments = 0;
mHaveVoted = false;
return;
mHotScore = 0;
mTopScore = 0;
mNewScore = 0;
}
bool calculateScores(time_t ref_time);