diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-30 00:40:00 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-30 00:40:00 +0000 |
| commit | 8b7000a2836508dad19b7d71a9262e9a24f35454 (patch) | |
| tree | 581951a22708db041497a41a46dbfb937a7625e0 /src/snap.cpp | |
| parent | Add optional presure to width and to size (diff) | |
| parent | static code analysis (diff) | |
| download | inkscape-8b7000a2836508dad19b7d71a9262e9a24f35454.tar.gz inkscape-8b7000a2836508dad19b7d71a9262e9a24f35454.zip | |
update to trunk
(bzr r14422.1.28)
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); } } |
