mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 22:23:12 +08:00
made isScreen() a const method.
This commit is contained in:
@@ -136,7 +136,7 @@ CConfig::const_iterator CConfig::end() const
|
||||
return const_iterator(m_map.end());
|
||||
}
|
||||
|
||||
bool CConfig::isScreen(const CString& name)
|
||||
bool CConfig::isScreen(const CString& name) const
|
||||
{
|
||||
return (m_map.count(name) > 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user