+ fix typo

This commit is contained in:
artemp 2013-10-10 13:59:21 +01:00
parent 07a6fee1ed
commit a71f0b8a93

View File

@ -114,7 +114,7 @@ struct polygon_clipper
polygon_clipper(box2d<double> const& clip_box, Geometry & geom)
:state_(clip),
clip_box_(clip_box),
geom_(geom),
geom_(geom)
{
init();
}