Skip to content

Commit 89940e2

Browse files
committed
Fix for TFS Merge
1 parent 3537d1e commit 89940e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Release/include/cpprest/web_utilities.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class web_proxy
121121
/// Gets the credentials used for authentication with this proxy.
122122
/// </summary>
123123
/// <returns>Credentials to for this proxy.</returns>
124-
const credentials& credentials() const { return m_credentials; }
124+
const web::credentials& credentials() const { return m_credentials; }
125125

126126
/// <summary>
127127
/// Sets the credentials to use for authentication with this proxy.
@@ -167,4 +167,4 @@ class web_proxy
167167

168168
}
169169

170-
#endif
170+
#endif

0 commit comments

Comments
 (0)