-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset JosmMapValidatorAbstract.h
Garret Voltz edited this page Mar 31, 2020
·
1 revision
diff --git a/hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidatorAbstract.h b/hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidatorAbstract.h
index 40c17bf..b1d0bfd 100644
--- a/hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidatorAbstract.h
+++ b/hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidatorAbstract.h
@@ -31,7 +31,6 @@
#include <hoot/core/elements/OsmMap.h>
#include <hoot/core/ops/OsmMapOperation.h>
#include <hoot/core/util/Configurable.h>
-#include <hoot/core/info/OperationStatusInfo.h>
#include <hoot/core/util/StringUtils.h>
// JNI
@@ -54,8 +53,7 @@ namespace hoot
* Note that we're passing maps as XML to JOSM vs trying to build a JOSM map dataset to avoid
* complexity in the code.
*/
-class JosmMapValidatorAbstract : public OsmMapOperation, public Configurable,
- public OperationStatusInfo
+class JosmMapValidatorAbstract : public OsmMapOperation, public Configurable
{
public: