Skip to content

Commit c355924

Browse files
committed
Update facade.hpp
1 parent 2be7e30 commit c355924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/client/facade.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct basic_client_facade {
3737
init_pimpl(options);
3838
}
3939

40-
virtual ~basic_client_facade() {
40+
~basic_client_facade() {
4141
pimpl->wait_complete();
4242
}
4343

0 commit comments

Comments
 (0)