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

@ -22,7 +22,7 @@
#include <string>
#include <unordered_set>
class CGroup
class __declspec(novtable) CGroup
{
public:
virtual ~CGroup() {}