mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
Fixing compilation issues.
This commit is contained in:
parent
812cbade4d
commit
db05f00860
17 changed files with 27 additions and 27 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
Point& operator[](Points::size_type idx) { return this->points[idx]; }
|
||||
const Point& operator[](Points::size_type idx) const { return this->points[idx]; }
|
||||
|
||||
Polygon() {}
|
||||
Polygon() = default;
|
||||
virtual ~Polygon() = default;
|
||||
explicit Polygon(const Points &points) : MultiPoint(points) {}
|
||||
Polygon(std::initializer_list<Point> points) : MultiPoint(points) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue