From abfbd55305587306730d5419b8a3b09e6a43abcb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 21:59:35 +0200 Subject: fs/Path: rename to AllocatedPath The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. --- src/ConfigFile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ConfigFile.hxx') 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 -- cgit v1.2.3