summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-09-21 12:38:51 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-09-21 12:38:51 +0000
commit7d0556417f74f08de207b515537fbd268256f817 (patch)
tree3bf0b902d3c7c053113f3caaa229dc671375d22d /src/selection-chemistry.cpp
parentMerge branch 'fix_bug_#1791694' of gitlab.com:Xortex/inkscape (diff)
downloadinkscape-7d0556417f74f08de207b515537fbd268256f817.tar.gz
inkscape-7d0556417f74f08de207b515537fbd268256f817.zip
minor correction to MR
Diffstat (limited to 'src/selection-chemistry.cpp')
-rwxr-xr-xsrc/selection-chemistry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 402fab372..30a1e8e19 100755
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -3951,8 +3951,8 @@ void ObjectSet::setClipGroup()
sort(items_.begin(),items_.end(),sp_object_compare_position_bool);
- //convert any rects to paths
- for (std::vector<SPItem*>::const_iterator i = items_.begin(); i != items_.end(); ++i) {
+ // convert any rects to paths
+ for (std::vector<SPItem *>::const_iterator i = items_.begin(); i != items_.end(); ++i) {
clear();
if (dynamic_cast<SPRect *>(*i)) {
add(*i);