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

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