[ox/mc] Fix MetalClawDefWriter OpType

(synced from 1c6e40220b)
This commit is contained in:
2019-02-11 06:51:01 +00:00
parent 8f2f99c038
commit f766c6a981
+1 -1
View File
@@ -58,7 +58,7 @@ class MetalClawDefWriter {
constexpr void setTypeInfo(const char *name, int fields);
constexpr OpType opType() {
return OpType::Write;
return OpType::WriteDefinition;
}
private: