diff options
Diffstat (limited to 'type.cpp')
| -rw-r--r-- | type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ bool NameList::operator==(const NameList& other) const bool NameList::operator!=(const NameList& other) const { - return m_name != other.m_name && m_join != other.m_join; + return m_name != other.m_name || m_join != other.m_join; } |
