From 83589287bc1da9cc6ce3951c36168664129afe63 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 3 Feb 2023 00:22:11 -0600 Subject: [PATCH] [ox/model] Add default type params arg to buildTypeId --- deps/ox/src/ox/model/desctypes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/src/ox/model/desctypes.hpp b/deps/ox/src/ox/model/desctypes.hpp index f8ba8eaf..033059ee 100644 --- a/deps/ox/src/ox/model/desctypes.hpp +++ b/deps/ox/src/ox/model/desctypes.hpp @@ -27,7 +27,7 @@ using FieldName = String; using TypeParamPack = Vector; static constexpr auto buildTypeId(CRStringView name, int version, - const TypeParamPack &typeParams) noexcept { + const TypeParamPack &typeParams = {}) noexcept { String tp; if (typeParams.size()) { tp = "#";