mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
fixed compilation after removing operators!= (patch from phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7655 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1078126a38
commit
5d13dee029
2 changed files with 2 additions and 4 deletions
|
@ -55,8 +55,6 @@ public:
|
|||
}
|
||||
|
||||
void operator =(const RsGxsGrpMetaData& rGxsMeta);
|
||||
bool operator ==(const RsGroupMetaData& rGxsMeta);
|
||||
bool operator !=(const RsGroupMetaData& rGxsMeta);
|
||||
|
||||
RsGxsGroupId mGroupId;
|
||||
std::string mGroupName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue