Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-10-17 20:19:41 +0300
committerbubnikv <bubnikv@gmail.com>2017-10-17 20:19:41 +0300
commitb9d57483d8a469eb1a6d5c208acbb2188800db5e (patch)
treeb8d95e30e78a7cd3d5d948c9a5f2734fa567ad63 /xs/xsp/typemap.xspt
parent746afbd790e990e49d8e0deaff689280cd02fd27 (diff)
perglue.cpp - use static_cast instead of dynamic_cast if possible,
use switch instead of plenty of ifs, export clone<DynamicPrintConfig> to Perl XS.
Diffstat (limited to 'xs/xsp/typemap.xspt')
-rw-r--r--xs/xsp/typemap.xspt1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/xsp/typemap.xspt b/xs/xsp/typemap.xspt
index 87595415d..d9d547b2b 100644
--- a/xs/xsp/typemap.xspt
+++ b/xs/xsp/typemap.xspt
@@ -39,6 +39,7 @@
%typemap{Clone<BoundingBoxf3>}{simple};
%typemap{DynamicPrintConfig*};
%typemap{Ref<DynamicPrintConfig>}{simple};
+%typemap{Clone<DynamicPrintConfig>}{simple};
%typemap{StaticPrintConfig*};
%typemap{Ref<StaticPrintConfig>}{simple};
%typemap{PrintObjectConfig*};