mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Changed parameter isFirstTimeRun of RsAccountsDetail::getAccountOptions to output parameter.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8479 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6adeb52e93
commit
fb8ec988b2
2 changed files with 2 additions and 2 deletions
|
@ -490,7 +490,7 @@ bool RsAccountsDetail::getAccountDetails(const RsPeerId &id,
|
|||
return false;
|
||||
}
|
||||
|
||||
bool RsAccountsDetail::getAccountOptions(bool &ishidden, bool isFirstTimeRun)
|
||||
bool RsAccountsDetail::getAccountOptions(bool &ishidden, bool &isFirstTimeRun)
|
||||
{
|
||||
std::map<RsPeerId, AccountDetails>::iterator it;
|
||||
it = mAccounts.find(mPreferredId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue