diff options
Diffstat (limited to 'gold/object.h')
-rw-r--r-- | gold/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/object.h b/gold/object.h index 8ddd689..188f1f2 100644 --- a/gold/object.h +++ b/gold/object.h @@ -410,7 +410,7 @@ class Object // Read data from the underlying file. void - read(off_t start, section_size_type size, void* p) const + read(off_t start, section_size_type size, void* p) { this->input_file()->file().read(start + this->offset_, size, p); } // Read multiple data from the underlying file. |