Skip to content

Commit 8951cee

Browse files
author
Sebastiano Merlino
committed
Avoid warnings from clang
1 parent d76fe92 commit 8951cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/httpserver/http_response_builder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class http_response_builder
291291
return *this;
292292
}
293293

294-
friend struct http_response;
294+
friend class http_response;
295295
};
296296

297297
};

0 commit comments

Comments
 (0)