diff --git a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp index 2027e15147..0f71392571 100644 --- a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp +++ b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp @@ -430,6 +430,7 @@ struct InternalStateLogger m_loggingType(0) { } + virtual ~InternalStateLogger() {} virtual void stop() = 0; virtual void logState(btScalar timeStamp)=0;