mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Changed PersonEntry::operator=, returned *this
Removed not needed include git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3402 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
66f3c7fee8
commit
09ec26e387
2 changed files with 1 additions and 2 deletions
|
@ -173,7 +173,7 @@ DirEntry &operator=(DirEntry &src)
|
|||
{
|
||||
DirEntry *pdest = this;
|
||||
(*pdest) = src;
|
||||
return src;
|
||||
return *this;
|
||||
}
|
||||
|
||||
/* Data */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue