skapunch/box2d

Unnecessary const in Test.h

Closed this issue · 1 comments

Testbed/Framework/Test.h has the PostSolve function declared as:

virtual void PostSolve(const b2Contact* contact, const b2ContactImpulse* 
impulse)

but the 'contact' parameter should not be const.

Original issue reported on code.google.com by iforc...@gmail.com on 2 Jan 2012 at 9:07

Completed: At revision: 245  

Original comment by erinca...@gmail.com on 17 Mar 2012 at 6:34

  • Changed state: Fixed