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/DecoderPrint.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DecoderPrint.hxx') diff --git a/src/DecoderPrint.hxx b/src/DecoderPrint.hxx index d94ba2cef..693608746 100644 --- a/src/DecoderPrint.hxx +++ b/src/DecoderPrint.hxx @@ -23,6 +23,6 @@ class Client; void -decoder_list_print(Client *client); +decoder_list_print(Client &client); #endif -- cgit v1.2.3