Add empty virtual destructor...

... as this otherwise triggers -Wnon-virtual-dtor.

llvm-svn: 190520
This commit is contained in:
Daniel Jasper 2013-09-11 12:28:15 +00:00
parent 9e649af004
commit 2b3f143f23
1 changed files with 2 additions and 0 deletions

View File

@ -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.