[ox] Rename ValErr to Result

(synced from 6b720042d0)
This commit is contained in:
2020-10-16 19:43:10 -05:00
parent 5eabb76f76
commit ee77eef168
23 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class MetalClawReader {
* Reads an array length from the current location in the buffer.
* @param pass indicates that the parsing should iterate past the array length
*/
ValErr<ArrayLength> arrayLength(const char *name, bool pass = true);
Result<ArrayLength> arrayLength(const char *name, bool pass = true);
/**
* Reads an string length from the current location in the buffer.