Add empty virtual destructor...
... as this otherwise triggers -Wnon-virtual-dtor. llvm-svn: 190520
This commit is contained in:
parent
9e649af004
commit
2b3f143f23
|
|
@ -71,6 +71,8 @@ struct DataInfo {
|
|||
|
||||
class SymbolizerInterface {
|
||||
public:
|
||||
virtual ~SymbolizerInterface() {}
|
||||
|
||||
// Fills at most "max_frames" elements of "frames" with descriptions
|
||||
// for a given address (in all inlined functions). Returns the number
|
||||
// of descriptions actually filled.
|
||||
|
|
|
|||
Loading…
Reference in New Issue