Skip to content

v0.2.53..v0.2.54 changeset RemoveEmptyRelationsOp.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h b/hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h
index 667f239..7cd61ff 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef __REMOVE_EMPTY_RELATIONS_OP_H__
 #define __REMOVE_EMPTY_RELATIONS_OP_H__
@@ -30,7 +30,6 @@
 // Hoot
 #include <hoot/core/elements/OsmMap.h>
 #include <hoot/core/ops/OsmMapOperation.h>
-#include <hoot/core/info/OperationStatusInfo.h>
 #include <hoot/core/util/StringUtils.h>
 
 namespace hoot
@@ -40,7 +39,7 @@ namespace hoot
  * Removes all relations that have no members.  This needs to be an op, rather than a visitor, so
  * that we can delete relations that are children of other relations.
  */
-class RemoveEmptyRelationsOp : public OsmMapOperation, public OperationStatusInfo
+class RemoveEmptyRelationsOp : public OsmMapOperation
 {
 public:
 
Clone this wiki locally