1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

One more fix after merge.

This commit is contained in:
Vojtech Bubnik
2021-05-03 15:30:10 +02:00
parent 2aadc1cefa
commit ab74ea5c90
+1 -1
View File
@@ -47,7 +47,7 @@ namespace ClipperUtils {
static constexpr iterator begin() throw() { return cend(); }
static constexpr size_t size() throw() { return 0; }
static Points &s_empty_points;
static Points s_empty_points;
};
class SinglePathProvider {