mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Fix friend declaration.
This commit is contained in:
parent
603ceb377a
commit
b6f8e805ff
@ -181,7 +181,7 @@ namespace crow
|
||||
template <typename Adaptor, typename Handler, typename ... Middlewares>
|
||||
class Connection
|
||||
{
|
||||
friend class crow::response;
|
||||
friend struct crow::response;
|
||||
public:
|
||||
Connection(
|
||||
boost::asio::io_service& io_service,
|
||||
|
Loading…
Reference in New Issue
Block a user