v0.2.50..v0.2.51 changeset Merger.h - ngageoint/hootenanny GitHub Wiki
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;
};