[ox/model] Add default type params arg to buildTypeId

(synced from 83589287bc)
This commit is contained in:
2023-02-03 00:22:11 -06:00
parent bfa1694978
commit 9e33be5df7
+1 -1
View File
@@ -27,7 +27,7 @@ using FieldName = String;
using TypeParamPack = Vector<String>;
static constexpr auto buildTypeId(CRStringView name, int version,
const TypeParamPack &typeParams) noexcept {
const TypeParamPack &typeParams = {}) noexcept {
String tp;
if (typeParams.size()) {
tp = "#";