mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 19:11:24 -04:00
Changed parameter of RsChannels from "std::string" to "const std::string&".
Recompile needed. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5117 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
83f49ac143
commit
3678766a93
5 changed files with 33 additions and 33 deletions
|
@ -555,7 +555,7 @@ void p3GroupDistrib::loadFileMsgs(const std::string &filename, const CacheData&
|
|||
}
|
||||
|
||||
|
||||
bool p3GroupDistrib::processCacheOptReq(std::string grpId)
|
||||
bool p3GroupDistrib::processCacheOptReq(const std::string &grpId)
|
||||
{
|
||||
{
|
||||
RsStackMutex stack(distribMtx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue