mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweaks
* Merged Shrink() code to Tokenize()
This commit is contained in:
@ -35,7 +35,8 @@ protected:
|
||||
void InitializeGroup(const std::wstring& groups);
|
||||
|
||||
private:
|
||||
std::wstring CreateGroup(const std::wstring& str) const;
|
||||
std::wstring& CreateGroup(std::wstring& str) const;
|
||||
std::wstring VerifyGroup(const std::wstring& str) const;
|
||||
|
||||
std::unordered_set<std::wstring> m_Groups;
|
||||
std::wstring m_OldGroups;
|
||||
|
Reference in New Issue
Block a user