summaryrefslogtreecommitdiffstats
path: root/src/Configuration.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-03 14:42:41 -0500
committerDavid Robillard <d@drobilla.net>2023-02-03 18:29:18 -0500
commitbeb23867f8cfd5bc0c58b8044de3433b40c2b3e5 (patch)
treeadd1e01060290920fb24d4c80acfa1875c0ae86e /src/Configuration.cpp
parente9f7b26d8f47ba5911c2c271fd2cccdffc30a831 (diff)
downloadpatchage-beb23867f8cfd5bc0c58b8044de3433b40c2b3e5.tar.gz
patchage-beb23867f8cfd5bc0c58b8044de3433b40c2b3e5.tar.bz2
patchage-beb23867f8cfd5bc0c58b8044de3433b40c2b3e5.zip
Suppress/fix new warnings in clang-tidy 15
Diffstat (limited to 'src/Configuration.cpp')
-rw-r--r--src/Configuration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Configuration.cpp b/src/Configuration.cpp
index 6490a88..7bc2b20 100644
--- a/src/Configuration.cpp
+++ b/src/Configuration.cpp
@@ -161,7 +161,7 @@ static std::vector<std::string>
get_filenames()
{
std::vector<std::string> filenames;
- std::string prefix;
+ const std::string prefix;
const char* xdg_config_home = getenv("XDG_CONFIG_HOME");
const char* home = getenv("HOME");