diff --git a/Net/include/Poco/Net/PartStore.h b/Net/include/Poco/Net/PartStore.h index a7be187c80..257b254bc3 100644 --- a/Net/include/Poco/Net/PartStore.h +++ b/Net/include/Poco/Net/PartStore.h @@ -87,6 +87,8 @@ class PartStoreFactory { public: virtual PartSource* createPartStore(const std::string& content, const std::string& mediaType, const std::string& filename = "") = 0; + + virtual ~PartStoreFactory() = default; };