mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Don't return first_point() and last_point() by reference
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Slic3r {
|
||||
|
||||
class Polygon : public MultiPoint {
|
||||
public:
|
||||
Point* last_point();
|
||||
Point* last_point() const;
|
||||
SV* to_SV_ref() const;
|
||||
SV* to_SV_clone_ref() const;
|
||||
Lines lines();
|
||||
|
||||
Reference in New Issue
Block a user