diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-11-03 21:47:20 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-11-03 21:47:20 +0000 |
| commit | ee0aba306ac9d97109240025272079406c208eb6 (patch) | |
| tree | 5a09c69d7e848c356ceefe59a3ab5029941cdc15 /src/snap.cpp | |
| parent | Fix a localization problem storing attribute (diff) | |
| parent | packaging/macosx: revert change included in last commit by mistake (py-report... (diff) | |
| download | inkscape-ee0aba306ac9d97109240025272079406c208eb6.tar.gz inkscape-ee0aba306ac9d97109240025272079406c208eb6.zip | |
update to trunk
(bzr r14393.1.33)
Diffstat (limited to 'src/snap.cpp')
| -rw-r--r-- | src/snap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 5a4a047b2..4721283c3 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -710,7 +710,7 @@ void SnapManager::setupIgnoreSelection(SPDesktop const *desktop, Inkscape::Selection *sel = _desktop->selection; std::vector<SPItem*> const items = sel->itemList(); - for (std::vector<SPItem*>::const_iterator i=items.begin();i!=items.end();i++) { + for (std::vector<SPItem*>::const_iterator i=items.begin();i!=items.end();++i) { _items_to_ignore.push_back(*i); } } |
