mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 20:04:20 -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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue