Skip to content

Commit dd967d5

Browse files
committed
compiler warning fix
1 parent 371327a commit dd967d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/body_write_stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ struct single_tester : public ctx_base
164164
: ts_(ioc_, msg_)
165165
, pr_(capy_ctx_)
166166
, buf_(&s_)
167-
, sr_(capy_ctx_)
168167
, brs_(ts_, pr_)
169168
, wts_(ioc_)
170169
, rts_(ioc_)
170+
, sr_(capy_ctx_)
171171
, res_(header_)
172172
, bws_(wts_, sr_, srs_)
173173
{

0 commit comments

Comments
 (0)