Skip to content

Commit b332591

Browse files
committed
Fix move of http_pipeline into web::http::client namespace
1 parent 621f0da commit b332591

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
@@ -722,7 +722,7 @@ class http_client
722722

723723
private:
724724

725-
std::shared_ptr<::web::http::http_pipeline> m_pipeline;
725+
std::shared_ptr<::web::http::client::http_pipeline> m_pipeline;
726726
};
727727

728728
namespace details {

0 commit comments

Comments
 (0)