swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

struct duDebugDraw missing virtual destructor #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
struct duDebugDraw is missing a virtual destructor which causes a compiler 
warning on some compilers.

Original issue reported on code.google.com by armstron...@gmail.com on 6 May 2010 at 3:43

GoogleCodeExporter commented 9 years ago
Fixed in 164, added pure virtual destructor (and implementation).

Original comment by memono...@gmail.com on 7 May 2010 at 7:15