Skip to content

Commit 63609d2

Browse files
leecoderjellevdd
authored andcommitted
Update facade.hpp
1 parent 2691d10 commit 63609d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)