mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 12:41:18 -07:00
Fix destructors
This commit is contained in:
parent
b66a796f0b
commit
f4db7625bc
3 changed files with 9 additions and 7 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
%name{Slic3r::Point::XS} class Point {
|
||||
Point(unsigned long _x = 0, unsigned long _y = 0);
|
||||
~Point();
|
||||
%{
|
||||
|
||||
SV*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue