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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientFile.cxx') diff --git a/src/ClientFile.cxx b/src/ClientFile.cxx index f2cb01aff..6d9fa474e 100644 --- a/src/ClientFile.cxx +++ b/src/ClientFile.cxx @@ -32,7 +32,7 @@ #include bool -client_allow_file(const Client *client, Path path_fs, Error &error) +client_allow_file(const Client &client, Path path_fs, Error &error) { #ifdef WIN32 (void)client; -- cgit v1.2.3