1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

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
+1
View File
@@ -7,6 +7,7 @@
%name{Slic3r::Point::XS} class Point {
Point(unsigned long _x = 0, unsigned long _y = 0);
~Point();
%{
SV*