summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pov-out.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/internal/pov-out.cpp')
-rw-r--r--src/extension/internal/pov-out.cpp2
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();