fix inline mismatch
This commit is contained in:
parent
7d205330db
commit
ee092dd85d
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user