diff --git a/src/libraries/luahttps/src/common/HTTPSClient.h b/src/libraries/luahttps/src/common/HTTPSClient.h index c90ccfae4..b20b33a86 100644 --- a/src/libraries/luahttps/src/common/HTTPSClient.h +++ b/src/libraries/luahttps/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; };