fix some warnings

This commit is contained in:
Erwin Coumans
2019-05-31 19:00:38 -07:00
parent 4247104050
commit f838e22bd9
4 changed files with 16 additions and 16 deletions

View File

@@ -294,7 +294,7 @@ protected:
bool m_hasStaticBody;
int m_flags;
btGeneric6DofSpring2Constraint& operator=(btGeneric6DofSpring2Constraint&)
btGeneric6DofSpring2Constraint& operator=(const btGeneric6DofSpring2Constraint&)
{
btAssert(0);
return *this;