Skip to content

Commit

Permalink
#4031: Classes with virtual functions missing virtual destructors (co…
Browse files Browse the repository at this point in the history
…mpilation issues)
  • Loading branch information
obiltschnig committed Jul 10, 2023
1 parent 5f17a02 commit a467fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Net/include/Poco/Net/PartStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};


Expand Down

0 comments on commit a467fb3

Please sign in to comment.