[ox/model] Add opType method to TypeDescWriter
This commit is contained in:
parent
da75443d4c
commit
71b6c72c46
4
deps/ox/src/ox/model/descwrite.hpp
vendored
4
deps/ox/src/ox/model/descwrite.hpp
vendored
@ -69,6 +69,10 @@ class TypeDescWriter {
|
||||
return OxError(0);
|
||||
}
|
||||
|
||||
static constexpr auto opType() {
|
||||
return OpType::Write;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
TypeStore *m_typeStoreOwnerRef = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user