summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerwincoumans <erwincoumans@google.com>2019-04-27 14:16:44 -0700
committerGitHub <noreply@github.com>2019-04-27 14:16:44 -0700
commit38f45d7137413a8749bcb6193d97e9dd37628188 (patch)
treed27d43796a6fd2208c616ce50ace126786a9d498
parent62e01c7a33399861876b3bed5abd9172d8bc22c5 (diff)
downloadbullet3-38f45d7137413a8749bcb6193d97e9dd37628188.tar.gz
Update btMultiBodyDynamicsWorld.cpp
-rw-r--r--src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp b/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp
index 2050baa75..1131e5378 100644
--- a/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp
+++ b/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp
@@ -238,7 +238,7 @@ struct MultiBodyInplaceSolverIslandCallback : public btSimulationIslandManager::
{
}
- MultiBodyInplaceSolverIslandCallback& operator=(MultiBodyInplaceSolverIslandCallback& other)
+ MultiBodyInplaceSolverIslandCallback& operator=(const MultiBodyInplaceSolverIslandCallback& other)
{
btAssert(0);
(void)other;