aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabasePlaylist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabasePlaylist.cxx')
-rw-r--r--src/DatabasePlaylist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabasePlaylist.cxx b/src/DatabasePlaylist.cxx
index fb477e83b..04d1a490d 100644
--- a/src/DatabasePlaylist.cxx
+++ b/src/DatabasePlaylist.cxx
@@ -28,7 +28,7 @@
static bool
AddSong(const char *playlist_path_utf8,
- song &song, GError **error_r)
+ Song &song, GError **error_r)
{
return spl_append_song(playlist_path_utf8, &song, error_r);
}