diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2016-02-22 19:49:03 +0000 |
|---|---|---|
| committer | Kris De Gussem <Kris.De.Gussem@hotmail.com> | 2016-02-22 19:49:03 +0000 |
| commit | e16f1a053c67a8c42172f5186f247f11c3b6e777 (patch) | |
| tree | bfd9a3b5794ad3a3002a41eb41ab84e7acd840f6 /src/desktop-style.cpp | |
| parent | Apply from patch from houz (Fixes color profile name mangling) (diff) | |
| download | inkscape-e16f1a053c67a8c42172f5186f247f11c3b6e777.tar.gz inkscape-e16f1a053c67a8c42172f5186f247f11c3b6e777.zip | |
static code analysis
(bzr r14664)
Diffstat (limited to '')
| -rw-r--r-- | src/desktop-style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index 67c0687b7..a81cbdd1f 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -1267,7 +1267,7 @@ objects_query_writing_modes (const std::vector<SPItem*> &objects, SPStyle *style int texts = 0; - for (std::vector<SPItem*>::const_iterator i = objects.begin(); i != objects.end(); i++) { + for (std::vector<SPItem*>::const_iterator i = objects.begin(); i != objects.end(); ++i) { SPObject *obj = *i; if (!isTextualItem(obj)) { |
