Fix: Added missing virtual destructors for classes with virtual functions.

This commit is contained in:
bank 2014-05-01 13:22:13 +04:00
parent 68b12981ae
commit e7fb6a54de
6 changed files with 9 additions and 0 deletions

View file

@ -47,6 +47,7 @@ public:
: mHitCount( 0 )
#endif
{ };
virtual ~_TorqueThreadStatic() { }
static const U32 getListIndex(){ return mListIndex; }