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/UpdateSong.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UpdateSong.hxx') diff --git a/src/UpdateSong.hxx b/src/UpdateSong.hxx index 60a532e3a..00a7bfd27 100644 --- a/src/UpdateSong.hxx +++ b/src/UpdateSong.hxx @@ -27,7 +27,7 @@ struct Directory; bool -update_song_file(Directory *directory, +update_song_file(Directory &directory, const char *name, const char *suffix, const struct stat *st); -- cgit v1.2.3