Skip to content

v0.2.53..v0.2.54 changeset MapComparator.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.cpp b/hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.cpp
index 5496bb2..cbf146a 100644
--- a/hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.cpp
@@ -99,6 +99,7 @@ public:
   bool isMatch() { return _matches; }
 
   virtual QString getDescription() const { return ""; }
+  virtual std::string getClassName() const { return ""; }
 
   virtual void visit(const std::shared_ptr<const Element>& e)
   {
Clone this wiki locally