Havok: Fix hkpShape having an extraneous destructor declaration

This commit is contained in:
Léo Lam
2022-02-01 23:20:24 +01:00
parent c95f9517e9
commit 38e00061ee
@@ -18,7 +18,6 @@ public:
HK_FORCE_INLINE hkpShape() = default;
HK_FORCE_INLINE explicit hkpShape(ShapeType type) : hkpShapeBase(type), m_userData(0) {}
explicit hkpShape(hkFinishLoadedObjectFlag flag);
~hkpShape() override;
virtual const hkpShapeContainer* getContainer() const { return nullptr; }
virtual hkReal getMaximumProjection(const hkVector4& direction) const;