diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h
index c9505e8..e420d21 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h
@@ -22,11 +22,12 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef POICRITERION_H
#define POICRITERION_H
+// Hoot
#include <hoot/core/criterion/ConflatableElementCriterion.h>
namespace hoot
@@ -55,6 +56,7 @@ public:
virtual QString toString() const override
{ return QString::fromStdString(className()).remove("hoot::"); }
+ virtual bool supportsSpecificConflation() const { return true; }
};
}