diff --git a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp index 2027e1514..0f7139257 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;