diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyMatchScorer.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyMatchScorer.cpp
index da5d3ab..d3f8bff 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyMatchScorer.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyMatchScorer.cpp
@@ -22,7 +22,7 @@
* 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/)
*/
#include "PertyMatchScorer.h"
@@ -275,6 +275,7 @@ std::shared_ptr<MatchComparator> PertyMatchScorer::_conflateAndScoreMatches(
//shared_ptr<MatchThreshold> matchThreshold;
OsmMapPtr conflationCopy(new OsmMap(combinedDataToConflate));
+ // TODO: We're not applying pre/post conflate ops here. Should we be?
UnifyingConflator conflator/*(matchThreshold)*/;
conflator.setConfiguration(_settings);
conflator.apply(conflationCopy);