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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configure.h') diff --git a/src/configure.h b/src/configure.h index ac8d721..5344646 100644 --- a/src/configure.h +++ b/src/configure.h @@ -12,8 +12,8 @@ namespace ctor { struct settings; } // namespace ctor:: -extern std::filesystem::path configurationFile;; -extern std::filesystem::path configHeaderFile; +extern const std::filesystem::path configurationFile; +extern const std::filesystem::path configHeaderFile; int configure(const ctor::settings& settings, int argc, char* argv[]); int reconfigure(const ctor::settings& settings, int argc, char* argv[]); -- cgit v1.2.3