diff options
Diffstat (limited to 'gold/script.h')
-rw-r--r-- | gold/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/script.h b/gold/script.h index 781d24d..755bb79 100644 --- a/gold/script.h +++ b/gold/script.h @@ -397,7 +397,7 @@ class Script_info // Returns the input files included because of this script. Input_arguments* inputs() - { return inputs_; } + { return this->inputs_; } private: Input_arguments* inputs_; |