Skip to content

Commit

Permalink
* incremental.h (class Incremental_input_entry): Add virtual
Browse files Browse the repository at this point in the history
	destructor.
  • Loading branch information
ianlancetaylor committed Aug 27, 2010
1 parent 809313c commit b56648a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gold/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2010-08-27 Ian Lance Taylor <[email protected]>

* incremental.h (class Incremental_input_entry): Add virtual
destructor.

2010-08-27 Ian Lance Taylor <[email protected]>

* testsuite/start_lib_test_3.c: Mark t3 as used.
Expand Down
4 changes: 4 additions & 0 deletions gold/incremental.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b56648a

Please sign in to comment.