فهرست منبع

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;
 };