forked from mirrors/0ad
Avoid -Wnon-virtual-dtor warnings
This was SVN commit r7416.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user