diff --git a/hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.h b/hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.h
index 8547cda..0c1793a 100644
--- a/hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.h
+++ b/hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.h
@@ -61,6 +61,14 @@ public:
private:
static QString _apiEntityTypeForBaseClass(const QString& baseClassName);
+
+ template<typename ApiEntity, typename ApiEntityChild>
+ static QString _getApiEntities(
+ const std::string& apiEntityBaseClassName, const QString& apiEntityType, const bool displayType,
+ const int maxNameSize);
+
+ template<typename ApiEntity>
+ static QString _getApiEntitiesForMatchMergerCreators(const std::string& apiEntityClassName);
};
}