diff options
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/symtab.h b/gold/symtab.h index 244783e..9613f2e 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -939,7 +939,7 @@ class Warnings } void - set_text(const char* t, off_t l) + set_text(const char* t, section_size_type l) { this->text.assign(t, l); } }; |