mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
#4031: Classes with virtual functions missing virtual destructors (compilation issues)
This commit is contained in:
parent
5f17a02548
commit
a467fb382d
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user