[ox/model] Add opType method to TypeDescWriter

(synced from 71b6c72c46)
This commit is contained in:
2020-06-16 00:23:03 -05:00
parent b18e7410b6
commit 65e98aca05
+4
View File
@@ -69,6 +69,10 @@ class TypeDescWriter {
return OxError(0);
}
static constexpr auto opType() {
return OpType::Write;
}
};
TypeStore *m_typeStoreOwnerRef = nullptr;