mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Virtual destructor for HTTPSClient.
This commit is contained in:
@@ -35,6 +35,7 @@ public:
|
||||
int responseCode;
|
||||
};
|
||||
|
||||
virtual ~HTTPSClient() {}
|
||||
virtual bool valid() const = 0;
|
||||
virtual Reply request(const Request &req) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user