[ox/model] Fix TypeDescWriter NameCatcher to have opType of WriteDefinition
This commit is contained in:
parent
7b07edd9e4
commit
9576f78abf
2
deps/ox/src/ox/model/descwrite.hpp
vendored
2
deps/ox/src/ox/model/descwrite.hpp
vendored
@ -70,7 +70,7 @@ class TypeDescWriter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static constexpr auto opType() {
|
static constexpr auto opType() {
|
||||||
return OpType::Write;
|
return OpType::WriteDefinition;
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user