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 --- test/run_output.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_output.cxx') diff --git a/test/run_output.cxx b/test/run_output.cxx index 91cffbaf8..0bcad149f 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -91,7 +91,7 @@ load_audio_output(const char *name) Error error; struct audio_output *ao = - audio_output_new(*param, &dummy_player_control, error); + audio_output_new(*param, dummy_player_control, error); if (ao == nullptr) g_printerr("%s\n", error.GetMessage()); -- cgit v1.2.3