We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 3680d7c..de403f6 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 @@ -55,6 +55,7 @@ public: static std::string className() { return "hoot::JosmMapCleaner"; } JosmMapCleaner(); + virtual ~JosmMapCleaner() = default; /** * @see OsmMapOperation