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