mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Disabled RTTI and removed dynamic_cast
This commit is contained in:
@ -36,6 +36,8 @@ public:
|
||||
CMeter(CMeterWindow* meterWindow, const WCHAR* name);
|
||||
virtual ~CMeter();
|
||||
|
||||
virtual UINT GetTypeID() = 0;
|
||||
|
||||
void ReadConfig(CConfigParser& parser) { ReadConfig(parser, GetName()); parser.ClearStyleTemplate(); }
|
||||
|
||||
virtual void Initialize();
|
||||
|
Reference in New Issue
Block a user