diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-10-20 19:12:09 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-10-20 19:12:09 +0000 |
| commit | 4012b2b37ebabcbdf8a695b418ebc05b897ad0cd (patch) | |
| tree | 8cc006f097f7a44b1fa65c9231db576d1145dcd7 /src/extension/internal/pov-out.cpp | |
| parent | Filters. Filters file update (changes in Non Realistic 3D Shaders). (diff) | |
| download | inkscape-4012b2b37ebabcbdf8a695b418ebc05b897ad0cd.tar.gz inkscape-4012b2b37ebabcbdf8a695b418ebc05b897ad0cd.zip | |
cppcheck
(bzr r10686)
Diffstat (limited to 'src/extension/internal/pov-out.cpp')
| -rw-r--r-- | src/extension/internal/pov-out.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/pov-out.cpp b/src/extension/internal/pov-out.cpp index ecdc049e2..bb00de619 100644 --- a/src/extension/internal/pov-out.cpp +++ b/src/extension/internal/pov-out.cpp @@ -490,7 +490,7 @@ bool PovOutput::doTree(SPDocument *doc) return false; //## Let's make a union of all of the Shapes - if (povShapes.size()>0) + if (!povShapes.empty()) { String id = "AllShapes"; char *pfx = (char *)id.c_str(); |
