Skip to content

Commit

Permalink
Fix move of http_pipeline into web::http::client namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Apr 14, 2016
1 parent 621f0da commit b332591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/include/cpprest/http_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ class http_client

private:

std::shared_ptr<::web::http::http_pipeline> m_pipeline;
std::shared_ptr<::web::http::client::http_pipeline> m_pipeline;
};

namespace details {
Expand Down

0 comments on commit b332591

Please sign in to comment.