Skip to content

v0.2.50..v0.2.51 changeset Merger.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/merging/Merger.h b/hoot-core/src/main/cpp/hoot/core/conflate/merging/Merger.h
index 2f1ed1b..880fac7 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/merging/Merger.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/merging/Merger.h
@@ -78,6 +78,9 @@ public:
 
   virtual QString toString() const = 0;
 
+  /**
+   * @see ApiEntityInfo
+   */
   virtual QString getDescription() const = 0;
 };
 
Clone this wiki locally