diff options
Diffstat (limited to 'gold/incremental.h')
-rw-r--r-- | gold/incremental.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/incremental.h b/gold/incremental.h index a94f397..58b5895 100644 --- a/gold/incremental.h +++ b/gold/incremental.h @@ -432,8 +432,8 @@ class Incremental_inputs // Record the input arguments obtained from parsing the command line. void - report_inputs(const Input_arguments& inputs) - { this->inputs_ = &inputs; } + report_inputs(const Input_arguments& ins) + { this->inputs_ = &ins; } // Record that the input argument INPUT is an archive ARCHIVE. void |