diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/2geom/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/path.h b/src/2geom/path.h index 97c4ce2bd..9dfc92975 100644 --- a/src/2geom/path.h +++ b/src/2geom/path.h @@ -254,7 +254,7 @@ public: size_type max_size() const { return get_curves().max_size()-1; } - bool empty() const { return closed() || (get_curves().size() == 1); } + bool empty() const { return get_curves().size() == 1; } bool closed() const { return closed_; } void close(bool closed=true) { closed_ = closed; } |
