Skip to content

Commit

Permalink
Add empty virtual destructor to TraceResolverImplBase base class
Browse files Browse the repository at this point in the history
  • Loading branch information
christophebedard committed Apr 23, 2021
1 parent 12b9ee3 commit 9e20b2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,8 @@ class StackTrace : public StackTraceImpl<system_tag::current_tag> {};

class TraceResolverImplBase {
public:
virtual ~TraceResolverImplBase() {}

virtual void load_addresses(void *const*addresses, int address_count) {
(void)addresses;
(void)address_count;
Expand Down

0 comments on commit 9e20b2e

Please sign in to comment.