[ox/model] Fix TypeDescWriter NameCatcher to have opType of WriteDefinition

This commit is contained in:
Gary Talent 2020-06-17 06:44:31 -05:00
parent 7b07edd9e4
commit 9576f78abf

View File

@ -70,7 +70,7 @@ class TypeDescWriter {
}
static constexpr auto opType() {
return OpType::Write;
return OpType::WriteDefinition;
}
};