[ox/claw] Cleanup

(synced from e2e62a235a)
This commit is contained in:
2021-05-03 11:42:05 -04:00
parent d38d655f05
commit 6fd38aae3c
+1 -1
View File
@@ -61,7 +61,7 @@ template<typename T>
Result<T> readClaw(const char *buff, std::size_t buffLen) {
T val;
oxReturnError(readClaw(buff, buffLen, &val));
return ox::move(val);
return move(val);
}
template<typename T>