-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset UnionPolygonsOp.h
Garret Voltz edited this page Mar 31, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/UnionPolygonsOp.h b/hoot-core/src/main/cpp/hoot/core/ops/UnionPolygonsOp.h
index 627ddf9..6563520 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/UnionPolygonsOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/UnionPolygonsOp.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef UNION_POLYGONS_OP_H
#define UNION_POLYGONS_OP_H
@@ -30,7 +30,6 @@
// Hoot
#include <hoot/core/ops/OsmMapOperation.h>
#include <hoot/core/util/Configurable.h>
-#include <hoot/core/info/OperationStatusInfo.h>
#include <hoot/core/visitors/UnionPolygonsVisitor.h>
namespace hoot
@@ -41,7 +40,7 @@ class OsmMap;
/**
* A map operation making use of UnionPolyonsVisitor
*/
-class UnionPolygonsOp : public OsmMapOperation, public OperationStatusInfo
+class UnionPolygonsOp : public OsmMapOperation
{
public: