mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-03 15:26:03 +00:00
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