Skip to content

v0.2.49..v0.2.50 changeset ElementCriterionConsumer.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterionConsumer.h b/hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterionConsumer.h
index f4ce1cb..a30e006 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterionConsumer.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterionConsumer.h
@@ -40,7 +40,7 @@ public:
 
   virtual ~ElementCriterionConsumer() {}
 
-  virtual void addCriterion(const ElementCriterionPtr& e) = 0;
+  virtual void addCriterion(const ElementCriterionPtr& crit) = 0;
 };
 
 }
Clone this wiki locally