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:
@ -54,7 +54,7 @@ enum MeasureType
|
||||
MEASURE_YEAR = 0x00010000
|
||||
};
|
||||
|
||||
class CPlayer
|
||||
class __declspec(novtable) CPlayer
|
||||
{
|
||||
public:
|
||||
CPlayer();
|
||||
|
Reference in New Issue
Block a user