summaryrefslogtreecommitdiff
path: root/src/configure.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2024-12-09 21:51:13 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2024-12-09 21:51:13 +0100
commit936fb83eec4038a48e6e42f9f5d93677dc216ab4 (patch)
treebfb091230633884e307eddad09a14023ab6a1849 /src/configure.h
parent4f3422c58ed4fc14b222cd474843affb9cc509c4 (diff)
More clang-tidy fixes
Diffstat (limited to 'src/configure.h')
-rw-r--r--src/configure.h4
1 files changed, 2 insertions, 2 deletions
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[]);