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…
Reference in a new issue