diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 00fe709982..2c6b248486 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -349,8 +349,8 @@ template * copy or move constructing. */ template -[[nodiscard]] ResultVal> MakeResult(Arg&& arg) { - return ResultVal>::WithCode(ResultSuccess, std::forward(arg)); +[[nodiscard]] ResultVal> MakeResult(Arg&& arg) { + return ResultVal>::WithCode(ResultSuccess, std::forward(arg)); } /**