Skip to content

Commit a5184cb

Browse files
committed
Virtual destructor for HTTPSClient.
1 parent c07fb1a commit a5184cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/HTTPSClient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class HTTPSClient
3535
int responseCode;
3636
};
3737

38+
virtual ~HTTPSClient() {}
3839
virtual bool valid() const = 0;
3940
virtual Reply request(const Request &req) = 0;
4041
};

0 commit comments

Comments
 (0)