Bugfix: fatal error under certain circumstances introduced with the recent Boost implementation

This commit is contained in:
Alessandro Ranellucci 2012-04-14 15:25:42 +02:00
parent 1845abab70
commit c0ec8b5865

View file

@ -105,6 +105,7 @@ sub clip_with_expolygon {
$self->boost_linestring,
);
bless $_, 'Slic3r::Polyline' for @$result;
bless $_, 'Slic3r::Point' for map @$_, @$result;
return @$result;
}