Set ISA manually for Slic3r::Layer::Support.

This commit is contained in:
Y. Sapir 2014-05-20 01:03:29 +03:00
parent 22b05cb187
commit 85cbbed663

View File

@ -58,6 +58,8 @@ sub make_perimeters {
package Slic3r::Layer::Support;
our @ISA = qw(Slic3r::Layer);
sub islands {
my $self = shift;
return [ @{$self->slices}, @{$self->support_islands} ];