Skip to content

Commit 04860fc

Browse files
committed
Adding missing details namespace prefix.
1 parent d4318b8 commit 04860fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/web_utilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class credentials
142142
{
143143
// Encryption APIs not supported on Windows Phone 8.0
144144
#if WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP && _MSC_VER < 1800
145-
return plaintext_string(new ::utility::string_t(m_password));
145+
return details::plaintext_string(new ::utility::string_t(m_password));
146146
#else
147147
return m_password.decrypt();
148148
#endif

0 commit comments

Comments
 (0)