Fix of Perl bindings after ExtrusionEntity::clone() refactoring
This commit is contained in:
parent
ae3a3029c0
commit
519f2b62e5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
%name{_new} ExtrusionEntityCollection();
|
||||
~ExtrusionEntityCollection();
|
||||
Clone<ExtrusionEntityCollection> clone()
|
||||
%code{% RETVAL = THIS->clone(); %};
|
||||
%code{% RETVAL = (ExtrusionEntityCollection*)THIS->clone(); %};
|
||||
void reverse();
|
||||
void clear();
|
||||
ExtrusionEntityCollection* chained_path(bool no_reverse, ExtrusionRole role = erMixed)
|
||||
|
|
Loading…
Reference in a new issue