From ff626ac76357940b2f0ac5cb243a68ac13df0f8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:48:38 +0200 Subject: *: use references instead of pointers --- src/ClientFile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientFile.hxx') diff --git a/src/ClientFile.hxx b/src/ClientFile.hxx index 43af72e93..b06fbf212 100644 --- a/src/ClientFile.hxx +++ b/src/ClientFile.hxx @@ -35,6 +35,6 @@ class Error; * @return true if access is allowed */ bool -client_allow_file(const Client *client, Path path_fs, Error &error); +client_allow_file(const Client &client, Path path_fs, Error &error); #endif -- cgit v1.2.3