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

@ -52,7 +52,7 @@ class CMeter;
class CMeterWindow;
class CConfigParser;
class CMeasure : public CSection
class __declspec(novtable) CMeasure : public CSection
{
public:
virtual ~CMeasure();