Fixed Perl bindings after refactoring.

This commit is contained in:
bubnikv
2020-01-23 10:35:03 +01:00
parent 1f712c0af5
commit 4516de813d

View File

@@ -48,12 +48,8 @@ _constant()
Ref<ModelObject> model_object();
Ref<StaticPrintConfig> config()
%code%{ RETVAL = &THIS->config(); %};
Points copies();
Clone<BoundingBox> bounding_box();
Points _shifted_copies()
%code%{ RETVAL = THIS->copies(); %};
size_t layer_count();
Ref<Layer> get_layer(int idx);