Avoid -Wnon-virtual-dtor warnings

This was SVN commit r7416.
This commit is contained in:
Ykkrosh
2010-03-31 08:36:46 +00:00
parent 90d5ba7552
commit 1ebebc4338
13 changed files with 29 additions and 7 deletions
+1
View File
@@ -60,6 +60,7 @@ public:
virtual void AddProperty( const CStrW& PropertyName, const CStrW& Value ) = 0;
inline IJSObject() {}
virtual ~IJSObject() {}
};
template<typename T, bool ReadOnly = false> class CJSObject;