From ff626ac76357940b2f0ac5cb243a68ac13df0f8a Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@duempel.org> Date: Sat, 19 Oct 2013 18:48:38 +0200 Subject: *: use references instead of pointers --- src/ls.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ls.cxx') diff --git a/src/ls.cxx b/src/ls.cxx index 06237641e..b1a636416 100644 --- a/src/ls.cxx +++ b/src/ls.cxx @@ -75,7 +75,7 @@ void print_supported_uri_schemes_to_fp(FILE *fp) fprintf(fp,"\n"); } -void print_supported_uri_schemes(Client *client) +void print_supported_uri_schemes(Client &client) { const char **prefixes = remoteUrlPrefixes; -- cgit v1.2.3