-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.50..v0.2.51 changeset MergerBase.h
Garret Voltz edited this page Jan 15, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerBase.h b/hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerBase.h
index 764aa62..ebbb4a6 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerBase.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerBase.h
@@ -45,8 +45,14 @@ public:
virtual std::set<ElementId> getImpactedElementIds() const override;
+ /**
+ * @see Merger
+ */
virtual bool isValid(const ConstOsmMapPtr& map) const;
+ /**
+ * @see Merger
+ */
virtual void replace(ElementId oldEid, ElementId newEid);
protected: