From 936fb83eec4038a48e6e42f9f5d93677dc216ab4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 9 Dec 2024 21:51:13 +0100 Subject: More clang-tidy fixes --- src/configure.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configure.cc') diff --git a/src/configure.cc b/src/configure.cc index a0e107a..26d3575 100644 --- a/src/configure.cc +++ b/src/configure.cc @@ -18,8 +18,8 @@ #include "tools.h" #include "util.h" -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"); std::map external_includedir; std::map external_libdir; -- cgit v1.2.3