[ox/model] Add opType method to TypeDescWriter
(synced from 71b6c72c46)
This commit is contained in:
@@ -69,6 +69,10 @@ class TypeDescWriter {
|
||||
return OxError(0);
|
||||
}
|
||||
|
||||
static constexpr auto opType() {
|
||||
return OpType::Write;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
TypeStore *m_typeStoreOwnerRef = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user