behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Unnecessary const in Test.h #259

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Completed: At revision: 245  

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