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 = "#";