[ox/mc] Fix MetalClawDefWriter OpType

This commit is contained in:
Gary Talent 2019-02-11 06:51:01 +00:00
parent 75aeedb7b5
commit 1c6e40220b

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: