Many changes and fixes to remove leaks and return objects by reference
This commit is contained in:
@@ -9,8 +9,8 @@ namespace Slic3r {
|
||||
class Polyline : public MultiPoint {
|
||||
public:
|
||||
Point* last_point() const;
|
||||
Lines lines();
|
||||
SV* to_SV_ref() const;
|
||||
void lines(Lines &lines) const;
|
||||
SV* to_SV_ref();
|
||||
SV* to_SV_clone_ref() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user