playX / box2d

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

NULL assigned to bool in b2ChainShape.h #303

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/box2d/source/browse/trunk/Box2D/Box2D/Collision/Shapes
/b2ChainShape.h#99

m_hasPrevVertex = NULL;
m_hasNextVertex = NULL;

Those fields are bool -- although harmless, some compilers will complain of 
implicit conversion of NULL constant.

Original issue reported on code.google.com by joeyl...@gmail.com on 19 Mar 2013 at 9:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r265.

Original comment by erinca...@gmail.com on 27 Oct 2013 at 7:07

GoogleCodeExporter commented 9 years ago
Completed: At revision: 265  

Thanks!

Original comment by erinca...@gmail.com on 27 Oct 2013 at 7:07