mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Fixed compilation on old gcc.
This commit is contained in:
parent
15c1edd552
commit
f73ca007e6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ protected:
|
||||||
std::vector<const Slic3r::Points*> m_contours;
|
std::vector<const Slic3r::Points*> m_contours;
|
||||||
|
|
||||||
// Referencing a contour and a line segment of m_contours.
|
// Referencing a contour and a line segment of m_contours.
|
||||||
std::vector<std::pair<size_t, size_t>> m_cell_data;
|
std::vector<std::pair<size_t, size_t> > m_cell_data;
|
||||||
|
|
||||||
struct Cell {
|
struct Cell {
|
||||||
Cell() : begin(0), end(0) {}
|
Cell() : begin(0), end(0) {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue