Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45aa392

Browse files
authoredFeb 17, 2017
Update PhysicsServerCommandProcessor.cpp
1 parent 6784cff commit 45aa392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎examples/SharedMemory/PhysicsServerCommandProcessor.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ struct InternalStateLogger
430430
m_loggingType(0)
431431
{
432432
}
433+
virtual ~InternalStateLogger() {}
433434

434435
virtual void stop() = 0;
435436
virtual void logState(btScalar timeStamp)=0;

0 commit comments

Comments
 (0)
Please sign in to comment.