mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
One more fix after merge.
This commit is contained in:
parent
2aadc1cefa
commit
ab74ea5c90
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace ClipperUtils {
|
||||||
static constexpr iterator begin() throw() { return cend(); }
|
static constexpr iterator begin() throw() { return cend(); }
|
||||||
static constexpr size_t size() throw() { return 0; }
|
static constexpr size_t size() throw() { return 0; }
|
||||||
|
|
||||||
static Points &s_empty_points;
|
static Points s_empty_points;
|
||||||
};
|
};
|
||||||
|
|
||||||
class SinglePathProvider {
|
class SinglePathProvider {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue