diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-12-09 21:51:13 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-12-09 21:51:13 +0100 |
commit | 936fb83eec4038a48e6e42f9f5d93677dc216ab4 (patch) | |
tree | bfb091230633884e307eddad09a14023ab6a1849 /src/bootstrap.cc | |
parent | 4f3422c58ed4fc14b222cd474843affb9cc509c4 (diff) |
More clang-tidy fixes
Diffstat (limited to 'src/bootstrap.cc')
-rw-r--r-- | src/bootstrap.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap.cc b/src/bootstrap.cc index 45ecad4..57db670 100644 --- a/src/bootstrap.cc +++ b/src/bootstrap.cc @@ -19,8 +19,8 @@ #include "build.cc" #include "tools.cc" -std::filesystem::path configurationFile("configuration.cc"); -std::filesystem::path configHeaderFile("config.h"); +const std::filesystem::path configurationFile("configuration.cc"); +const std::filesystem::path configHeaderFile("config.h"); const ctor::configuration& ctor::get_configuration() { |