* incremental.h (class Incremental_input_entry): Add virtual

destructor.
This commit is contained in:
Ian Lance Taylor 2010-08-27 18:00:58 +00:00
parent 809313cb61
commit b56648ad4f
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-08-27 Ian Lance Taylor <iant@google.com>
* incremental.h (class Incremental_input_entry): Add virtual
destructor.
2010-08-27 Ian Lance Taylor <iant@google.com>
* testsuite/start_lib_test_3.c: Mark t3 as used.

View File

@ -241,6 +241,10 @@ class Incremental_input_entry
: filename_key_(filename_key), offset_(0), info_offset_(0), mtime_(mtime)
{ }
virtual
~Incremental_input_entry()
{ }
// Return the type of input file.
Incremental_input_type
type() const