diff options
Diffstat (limited to 'gold/merge.h')
-rw-r--r-- | gold/merge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/merge.h b/gold/merge.h index adafb0b..529037c 100644 --- a/gold/merge.h +++ b/gold/merge.h @@ -243,7 +243,7 @@ class Output_merge_string : public Output_merge_base // Clears all the data in the stringpool, to save on memory. void clear_stringpool() - { stringpool_.clear(); } + { this->stringpool_.clear(); } private: // As we see input sections, we build a mapping from object, section |