mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Remove "C" prefix in class names
This commit is contained in:
@ -22,15 +22,15 @@
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
|
||||
class __declspec(novtable) CGroup
|
||||
class __declspec(novtable) Group
|
||||
{
|
||||
public:
|
||||
virtual ~CGroup() {}
|
||||
virtual ~Group() {}
|
||||
|
||||
bool BelongsToGroup(const std::wstring& group) const;
|
||||
|
||||
protected:
|
||||
CGroup() {}
|
||||
Group() {}
|
||||
|
||||
void InitializeGroup(const std::wstring& groups);
|
||||
|
||||
|
Reference in New Issue
Block a user