Skip to content

Commit

Permalink
Added virtual destructor to SwigFactory.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 14, 2024
1 parent f1b1940 commit a846279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exaudfclient/base/swig_factory/swig_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace SWIGVMContainers {
struct SWIGMetadataIf;

struct SwigFactory {
virtual ~SwigFactory() {};

virtual SWIGMetadataIf* makeSwigMetadata() = 0;

Expand Down

0 comments on commit a846279

Please sign in to comment.