Explorar el Código

Virtual destructor for HTTPSClient.

Alex Szpakowski hace 3 años
padre
commit
a5184cbf93
Se han modificado 1 ficheros con 1 adiciones y 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;
 };