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:
@ -42,6 +42,8 @@ public:
|
||||
CMeasurePlugin(CMeterWindow* meterWindow, const WCHAR* name);
|
||||
virtual ~CMeasurePlugin();
|
||||
|
||||
virtual UINT GetTypeID() { return TypeID<CMeasurePlugin>(); }
|
||||
|
||||
virtual bool Update();
|
||||
virtual const WCHAR* GetStringValue(AUTOSCALE autoScale, double scale, int decimals, bool percentual);
|
||||
virtual void Command(const std::wstring& command);
|
||||
|
Reference in New Issue
Block a user