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/ClientFile.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ClientFile.hxx') diff --git a/src/ClientFile.hxx b/src/ClientFile.hxx index 68d79ca08..43af72e93 100644 --- a/src/ClientFile.hxx +++ b/src/ClientFile.hxx @@ -35,7 +35,6 @@ class Error; * @return true if access is allowed */ bool -client_allow_file(const Client *client, const Path &path_fs, - Error &error); +client_allow_file(const Client *client, Path path_fs, Error &error); #endif -- cgit v1.2.3