We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMergerCreator.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMergerCreator.cpp index 24a086d..362cb58 100644 --- a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMergerCreator.cpp +++ b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMergerCreator.cpp @@ -22,7 +22,7 @@ * This will properly maintain the copyright information. DigitalGlobe * copyrights will be updated automatically. * - * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/) + * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/) */ #include "BuildingMergerCreator.h" @@ -94,7 +94,7 @@ vector<CreatorDescription> BuildingMergerCreator::getAllCreators() const } bool BuildingMergerCreator::isConflicting(const ConstOsmMapPtr& map, ConstMatchPtr m1, - ConstMatchPtr m2) const + ConstMatchPtr m2, const QHash<QString, ConstMatchPtr>& /*matches*/) const { const BuildingMatch* bm1 = dynamic_cast<const BuildingMatch*>(m1.get()); const BuildingMatch* bm2 = dynamic_cast<const BuildingMatch*>(m2.get());