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:
		@@ -25,16 +25,17 @@
 | 
			
		||||
class CGroup
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
	bool BelongsToGroup(const std::wstring& group);
 | 
			
		||||
	virtual ~CGroup() {}
 | 
			
		||||
 | 
			
		||||
	bool BelongsToGroup(const std::wstring& group) const;
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
	CGroup() {}
 | 
			
		||||
	virtual ~CGroup() {}
 | 
			
		||||
 | 
			
		||||
	void InitializeGroup(const std::wstring& groups);
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
	std::wstring CreateGroup(const std::wstring& str);
 | 
			
		||||
	std::wstring CreateGroup(const std::wstring& str) const;
 | 
			
		||||
 | 
			
		||||
	std::unordered_set<std::wstring> m_Groups;
 | 
			
		||||
	std::wstring m_OldGroups;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user