mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added __declspec(novtable) to interface classes
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
class CMeasure;
|
||||
|
||||
class CMeter : public CSection
|
||||
class __declspec(novtable) CMeter : public CSection
|
||||
{
|
||||
public:
|
||||
virtual ~CMeter();
|
||||
|
Reference in New Issue
Block a user