diff options
Diffstat (limited to 'gold/options.h')
-rw-r--r-- | gold/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/options.h b/gold/options.h index 757ebf1..47299a3 100644 --- a/gold/options.h +++ b/gold/options.h @@ -611,7 +611,7 @@ class Search_directory // We need a default constructor because we put this in a // std::vector. Search_directory() - : name_(NULL), put_in_sysroot_(false), is_in_sysroot_(false) + : name_(), put_in_sysroot_(false), is_in_sysroot_(false) { } // This is the usual constructor. |