Skip to content

Commit

Permalink
Merge pull request leapmotion#1064 from leapmotion/add-missing-virtua…
Browse files Browse the repository at this point in the history
…l-dtor

Add missing virtual destructor
  • Loading branch information
bstastnyleapmotion committed Sep 21, 2018
2 parents 96b0d91 + 3f4723e commit 48e95a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autowiring/config_descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ namespace autowiring {
};

struct metadata_pack_base {
virtual ~metadata_pack_base(void) {}
virtual const std::vector<const metadata_base*>& get_list(void) const = 0;
virtual std::unique_ptr<metadata_pack_base> clone(void) const = 0;
virtual void bind(const config_field& configField, void* pField) = 0;
Expand Down

0 comments on commit 48e95a7

Please sign in to comment.