diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-16 09:35:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-16 09:35:25 +0200 |
commit | a5a12af675e5db81d2b36b7d879949e896ae4746 (patch) | |
tree | fe47af03bd1b1b66106958711af1bea6f7850aed | |
parent | 8b07d68462c5fec92fd5a4aab77ddfd425d1f8d0 (diff) |
Remove unnecessary qualification
-rw-r--r-- | build2/utility.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/utility.hxx b/build2/utility.hxx index 6325780..ea47c03 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -399,7 +399,7 @@ namespace build2 // Empty string and path. // - extern const std::string empty_string; + extern const string empty_string; extern const path empty_path; extern const dir_path empty_dir_path; |