mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	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();
 | 
					    %name{_new} ExtrusionEntityCollection();
 | 
				
			||||||
    ~ExtrusionEntityCollection();
 | 
					    ~ExtrusionEntityCollection();
 | 
				
			||||||
    Clone<ExtrusionEntityCollection> clone()
 | 
					    Clone<ExtrusionEntityCollection> clone()
 | 
				
			||||||
        %code{% RETVAL = THIS->clone(); %};
 | 
					        %code{% RETVAL = (ExtrusionEntityCollection*)THIS->clone(); %};
 | 
				
			||||||
    void reverse();
 | 
					    void reverse();
 | 
				
			||||||
    void clear();
 | 
					    void clear();
 | 
				
			||||||
    ExtrusionEntityCollection* chained_path(bool no_reverse, ExtrusionRole role = erMixed)
 | 
					    ExtrusionEntityCollection* chained_path(bool no_reverse, ExtrusionRole role = erMixed)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue