Fix destructors

This commit is contained in:
Alessandro Ranellucci 2013-07-07 16:51:02 +02:00
parent b66a796f0b
commit f4db7625bc
3 changed files with 9 additions and 7 deletions

View file

@ -7,6 +7,7 @@
%name{Slic3r::Point::XS} class Point {
Point(unsigned long _x = 0, unsigned long _y = 0);
~Point();
%{
SV*