-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset JosmMapCleaner.h
Garret Voltz edited this page Mar 31, 2020
·
1 revision
diff --git a/hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapCleaner.h b/hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapCleaner.h
index fc862fb..3680d7c 100644
--- a/hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapCleaner.h
+++ b/hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapCleaner.h
@@ -82,6 +82,8 @@ public:
void setAddDetailTags(const bool add) { _addDetailTags = add; }
int getNumFailedCleaningOperations() const { return _numFailedCleaningOperations; }
+ virtual std::string getClassName() const { return className(); }
+
protected:
/*