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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-05-05 16:05:52 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-05-05 16:05:52 +0300
commitd21b9aa089e23d347b1c4b7e15eee92708c9bdd9 (patch)
treeaa4ceab7f4355e9b30af7c6d9cb15a144d7a4287 /xs
parenta7c67415c77e3bdf08d945ae3dd33cfe376b0578 (diff)
Fixing perl integration
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Print.xsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/xsp/Print.xsp b/xs/xsp/Print.xsp
index 9e632bd53..a7b4e562f 100644
--- a/xs/xsp/Print.xsp
+++ b/xs/xsp/Print.xsp
@@ -32,7 +32,6 @@ _constant()
Ref<StaticPrintConfig> config()
%code%{ RETVAL = &THIS->config(); %};
- Ref<Print> print();
};
%name{Slic3r::Print::Object} class PrintObject {