[ox/model] Add opType method to TypeDescWriter

This commit is contained in:
Gary Talent 2020-06-16 00:23:03 -05:00
parent da75443d4c
commit 71b6c72c46

View File

@ -69,6 +69,10 @@ class TypeDescWriter {
return OxError(0); return OxError(0);
} }
static constexpr auto opType() {
return OpType::Write;
}
}; };
TypeStore *m_typeStoreOwnerRef = nullptr; TypeStore *m_typeStoreOwnerRef = nullptr;