mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup & cosmetics: Moved Measure/Meter shared part to Section.h
This commit is contained in:
@ -44,12 +44,12 @@ void CGroup::InitializeGroup(const std::wstring& groups)
|
||||
}
|
||||
}
|
||||
|
||||
bool CGroup::BelongsToGroup(const std::wstring& group)
|
||||
bool CGroup::BelongsToGroup(const std::wstring& group) const
|
||||
{
|
||||
return (m_Groups.find(CreateGroup(group)) != m_Groups.end());
|
||||
}
|
||||
|
||||
std::wstring CGroup::CreateGroup(const std::wstring& str)
|
||||
std::wstring CGroup::CreateGroup(const std::wstring& str) const
|
||||
{
|
||||
std::wstring strTmp;
|
||||
|
||||
|
Reference in New Issue
Block a user