From 55b76ed971987a8c1f5c03f9a4619f47a1dafed8 Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Mon, 20 Jan 2025 19:33:02 +0800 Subject: [PATCH] Fix header --- src/nvhttp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvhttp.h b/src/nvhttp.h index b81c2a5e..7eed892c 100644 --- a/src/nvhttp.h +++ b/src/nvhttp.h @@ -181,7 +181,7 @@ namespace nvhttp { * the client secret has been signed by Moonlight */ void - clientpairingsecret(pair_session_t &sess, std::shared_ptr> &add_cert, boost::property_tree::ptree &tree, const std::string &client_pairing_secret); + clientpairingsecret(pair_session_t &sess, boost::property_tree::ptree &tree, const std::string &client_pairing_secret); /** * @brief Compare the user supplied pin to the Moonlight pin.