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:
thunder2 2010-08-30 09:56:11 +00:00
parent 66f3c7fee8
commit 09ec26e387
2 changed files with 1 additions and 2 deletions

View file

@ -173,7 +173,7 @@ DirEntry &operator=(DirEntry &src)
{
DirEntry *pdest = this;
(*pdest) = src;
return src;
return *this;
}
/* Data */