Made ~URI virtual.

This commit is contained in:
tastytea 2019-08-07 15:14:00 +02:00
parent 1fe59de7e4
commit cbcd64e172
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -73,7 +73,7 @@ namespace remwharead
public:
//! Construct object and set URL.
explicit URI(const string &uri);
~URI();
virtual ~URI();
//! Download %URI and extract title, description and full text.
const html_extract get();