Skip to content

v0.2.54..v0.2.55 changeset MatchCreator.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h
index 27b5c9f..5838f2a 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h
@@ -32,7 +32,7 @@
 #include <hoot/core/conflate/matching/MatchThreshold.h>
 #include <hoot/core/info/CreatorDescription.h>
 #include <hoot/core/criterion/ElementCriterion.h>
-#include <hoot/core/criterion/FilteredByCriteria.h>
+#include <hoot/core/criterion/FilteredByGeometryTypeCriteria.h>
 
 // Standard
 #include <string>
@@ -44,7 +44,7 @@
 namespace hoot
 {
 
-class MatchCreator : public FilteredByCriteria
+class MatchCreator : public FilteredByGeometryTypeCriteria
 {
 public:
 
@@ -106,7 +106,7 @@ public:
   virtual QString getName() const = 0;
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    */
   virtual QStringList getCriteria() const = 0;
 
Clone this wiki locally