Skip to content

v0.2.53..v0.2.54 changeset AddHilbertReviewSortOrderOp.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h b/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h
index 3925ba8..ebe0dc7 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h
@@ -30,13 +30,12 @@
 // 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
 {
 
-class AddHilbertReviewSortOrderOp : public OsmMapOperation, public OperationStatusInfo
+class AddHilbertReviewSortOrderOp : public OsmMapOperation
 {
 public:
 
Clone this wiki locally