mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
RsAccounts::getCurrentAccountId is now static
This commit is contained in:
parent
aa03cc00d3
commit
2c8aa5a1fe
2 changed files with 10 additions and 10 deletions
|
@ -2029,7 +2029,7 @@ void RsLoginHelper::Location::serial_process(
|
|||
RS_SERIAL_PROCESS(mPpgName);
|
||||
}
|
||||
|
||||
bool RsAccounts::getCurrentAccountId(RsPeerId& id)
|
||||
/*static*/ bool RsAccounts::getCurrentAccountId(RsPeerId& id)
|
||||
{
|
||||
return rsAccountsDetails->getCurrentAccountId(id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue