Explorar o código

Virtual destructor for HTTPSClient.

Alex Szpakowski %!s(int64=3) %!d(string=hai) anos
pai
achega
a5184cbf93
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 };