One more fix after merge.

This commit is contained in:
Vojtech Bubnik 2021-05-03 15:30:10 +02:00
parent 2aadc1cefa
commit ab74ea5c90

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 {