Skip to content

Commit

Permalink
Merge pull request iovisor#803 from dark/fix-warnings
Browse files Browse the repository at this point in the history
Fix warnings covered by -Wdelete-non-virtual-dtor
  • Loading branch information
drzaeus77 authored Nov 8, 2016
2 parents 9188d9b + 899520c commit f02448c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cc/syms.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class ProcStat {

class SymbolCache {
public:
virtual ~SymbolCache() = default;

virtual void refresh() = 0;
virtual bool resolve_addr(uint64_t addr, struct bcc_symbol *sym) = 0;
virtual bool resolve_name(const char *module, const char *name,
Expand Down

0 comments on commit f02448c

Please sign in to comment.