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/SongSave.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SongSave.hxx') diff --git a/src/SongSave.hxx b/src/SongSave.hxx index f18aa9660..40fb4abf7 100644 --- a/src/SongSave.hxx +++ b/src/SongSave.hxx @@ -30,7 +30,7 @@ class TextFile; class Error; void -song_save(FILE *fp, const Song *song); +song_save(FILE *fp, const Song &song); /** * Loads a song from the input file. Reading stops after the -- cgit v1.2.3