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:
/*