diff --git a/hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h b/hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h
index bee6f55..9ad9d4d 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h
@@ -58,7 +58,8 @@ public:
{
return
"Converted " + StringUtils::formatLargeNumber(_numAffected) + " / " +
- StringUtils::formatLargeNumber(_numProcessed) + " non-child points to polygons."; }
+ StringUtils::formatLargeNumber(_numProcessed) + " non-child points to polygons.";
+ }
virtual QString getDescription() const
{ return "Converts non-child points to rectangular polygons"; }