diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-06-23 21:51:35 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-06-23 21:51:35 +0000 |
| commit | 9149e3c7e7739d032ceb314a6b42dcfbf06c77f0 (patch) | |
| tree | 83c073b985f37c91b4bebada0f8282c493534fea /src | |
| parent | convert optimizing check into 2geom terms. hopefully correct, please review i... (diff) | |
| download | inkscape-9149e3c7e7739d032ceb314a6b42dcfbf06c77f0.tar.gz inkscape-9149e3c7e7739d032ceb314a6b42dcfbf06c77f0.zip | |
sorry to have broken build
(bzr r6031)
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/nr-arena-shape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/nr-arena-shape.cpp b/src/display/nr-arena-shape.cpp index 40e55255f..39bfe1e26 100644 --- a/src/display/nr-arena-shape.cpp +++ b/src/display/nr-arena-shape.cpp @@ -420,7 +420,7 @@ static bool is_inner_area(NRRectL const &outer, NRRectL const &inner) { /* returns true if the pathvector has a region that needs fill. * is for optimizing purposes, so should be fast and can falsely return true. - * CANNOT falsely return false. + * CANNOT falsely return false. */ static bool has_inner_area(Geom::PathVector const & pv) { // return false for the cases where there is surely no region to be filled if (pv.empty()) |
