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 a9c68a1..f4ce1cb 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterionConsumer.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterionConsumer.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef __ELEMENT_CRITERIONCONSUMER_H
#define __ELEMENT_CRITERIONCONSUMER_H
@@ -36,6 +36,8 @@ class ElementCriterionConsumer
{
public:
+ static std::string className() { return "hoot::ElementCriterionConsumer"; }
+
virtual ~ElementCriterionConsumer() {}
virtual void addCriterion(const ElementCriterionPtr& e) = 0;