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 8f0a3b7..1b8c1e2 100644 --- a/gold/object.h +++ b/gold/object.h @@ -233,7 +233,7 @@ class Object // Report an error. void - error(const char* format, ...) ATTRIBUTE_PRINTF_2; + error(const char* format, ...) const ATTRIBUTE_PRINTF_2; // A location in the file. struct Location |