[ox/claw] Fix writeClawHeader to move return value
This commit is contained in:
parent
8f48042a29
commit
af7dbd1aee
2
deps/ox/src/ox/claw/write.hpp
vendored
2
deps/ox/src/ox/claw/write.hpp
vendored
@ -77,7 +77,7 @@ Result<String> writeClawHeader(T *t, ClawFormat fmt) noexcept {
|
||||
out += tn;
|
||||
}
|
||||
out += ";";
|
||||
return out;
|
||||
return move(out);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user