RsAccounts::getCurrentAccountId is now static

This commit is contained in:
Gioacchino Mazzurco 2018-09-06 02:04:48 +02:00
parent aa03cc00d3
commit 2c8aa5a1fe
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 10 additions and 10 deletions

View file

@ -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);
}