We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2c629 commit 0c35c50Copy full SHA for 0c35c50
src/credentials/GroupDataProvider.h
@@ -72,7 +72,7 @@ class GroupDataProvider
72
Platform::CopyString(name, groupName);
73
}
74
75
- bool operator==(const GroupInfo & other)
+ bool operator==(const GroupInfo & other) const
76
{
77
return (this->group_id == other.group_id) && !strncmp(this->name, other.name, kGroupNameMax);
78
0 commit comments