[ox/model] Fix TypeDescWriter NameCatcher to have opType of WriteDefinition
(synced from 9576f78abf)
This commit is contained in:
@@ -70,7 +70,7 @@ class TypeDescWriter {
|
||||
}
|
||||
|
||||
static constexpr auto opType() {
|
||||
return OpType::Write;
|
||||
return OpType::WriteDefinition;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user