mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
#4031: Classes with virtual functions missing virtual destructors (compilation issues)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user