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

(synced from 9576f78abf)
This commit is contained in:
2020-06-17 06:44:31 -05:00
parent 2beb6790cf
commit 616eabea8a
+1 -1
View File
@@ -70,7 +70,7 @@ class TypeDescWriter {
}
static constexpr auto opType() {
return OpType::Write;
return OpType::WriteDefinition;
}
};