Skip to content

Commit 1e313c5

Browse files
committed
Revert "Fixing warning about unused parameter."
This reverts commit fabe995.
1 parent c9b9865 commit 1e313c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/http_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class http_client_config
127127
/// Set OAuth 1.0 configuration.
128128
/// </summary>
129129
/// <param name="config">OAuth 1.0 configuration to set.</param>
130-
void set_oauth1(oauth1::experimental::oauth1_config)
130+
void set_oauth1(oauth1::experimental::oauth1_config config)
131131
{
132132
// CodePlex #230
133133
throw std::runtime_error("oauth1 is not implemented yet.");

0 commit comments

Comments
 (0)