浏览代码

Virtual destructor for HTTPSClient.

Alex Szpakowski 3 年之前
父节点
当前提交
a5184cbf93
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/common/HTTPSClient.h

+ 1 - 0
src/common/HTTPSClient.h

@@ -35,6 +35,7 @@ public:
 		int responseCode;
 	};
 
+	virtual ~HTTPSClient() {}
 	virtual bool valid() const = 0;
 	virtual Reply request(const Request &req) = 0;
 };