aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigFile.hxx')
-rw-r--r--src/ConfigFile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ConfigFile.hxx b/src/ConfigFile.hxx
index 0dca65567..8c4ddbbd3 100644
--- a/src/ConfigFile.hxx
+++ b/src/ConfigFile.hxx
@@ -25,6 +25,6 @@ class Path;
struct ConfigData;
bool
-ReadConfigFile(ConfigData &data, const Path &path, Error &error);
+ReadConfigFile(ConfigData &data, Path path, Error &error);
#endif