Fix friend declaration.

This commit is contained in:
Igor Mróz 2020-10-19 18:55:40 +02:00
parent 603ceb377a
commit b6f8e805ff
No known key found for this signature in database
GPG Key ID: F32A9B94C1DC1AF2

View File

@ -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,