diff --git a/btgui/Bullet3AppSupport/CommonParameterInterface.h b/btgui/Bullet3AppSupport/CommonParameterInterface.h index 55acc3e94..db9bd7e40 100644 --- a/btgui/Bullet3AppSupport/CommonParameterInterface.h +++ b/btgui/Bullet3AppSupport/CommonParameterInterface.h @@ -33,6 +33,7 @@ struct SliderParams struct CommonParameterInterface { + virtual ~CommonParameterInterface() {} virtual void registerSliderFloatParameter(SliderParams& params)=0; virtual void syncParameters()=0; virtual void removeAllParameters()=0; diff --git a/btgui/Bullet3AppSupport/CommonPhysicsSetup.h b/btgui/Bullet3AppSupport/CommonPhysicsSetup.h index 0c818b9dc..1e0f4e46e 100644 --- a/btgui/Bullet3AppSupport/CommonPhysicsSetup.h +++ b/btgui/Bullet3AppSupport/CommonPhysicsSetup.h @@ -15,6 +15,7 @@ class btDiscreteDynamicsWorld; ///The GraphicsPhysicsBridge let's the graphics engine create graphics representation and synchronize struct GraphicsPhysicsBridge { + virtual ~GraphicsPhysicsBridge() {} virtual void createRigidBodyGraphicsObject(btRigidBody* body,const btVector3& color) {