Fix line endings.
This commit is contained in:
parent
17c7bda075
commit
da4f32e600
|
@ -297,11 +297,11 @@ struct Role {
|
||||||
std::string abbreviation;
|
std::string abbreviation;
|
||||||
bool includeInTraceRoles;
|
bool includeInTraceRoles;
|
||||||
|
|
||||||
bool operator==(const Role &r) const {
|
bool operator==(const Role &r) const {
|
||||||
return roleName == r.roleName;
|
return roleName == r.roleName;
|
||||||
}
|
}
|
||||||
bool operator!=(const Role &r) const {
|
bool operator!=(const Role &r) const {
|
||||||
return !(*this == r);
|
return !(*this == r);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue