Added __declspec(novtable) to interface classes

This commit is contained in:
Birunthan Mohanathas
2013-02-19 16:48:29 +02:00
parent f48c7f9e01
commit f81b4ff8bb
5 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ enum MeasureType
MEASURE_YEAR = 0x00010000
};
class CPlayer
class __declspec(novtable) CPlayer
{
public:
CPlayer();