fix inline mismatch

This commit is contained in:
Kae 2023-06-25 18:24:54 +10:00
parent 7d205330db
commit ee092dd85d

View File

@ -141,7 +141,7 @@ inline DirectivesGroup::operator bool() const {
return empty(); return empty();
} }
inline bool DirectivesGroup::compare(DirectivesGroup const& other) const { bool DirectivesGroup::compare(DirectivesGroup const& other) const {
if (m_count != other.m_count) if (m_count != other.m_count)
return false; return false;