diff options
author | Max Kellermann <max@duempel.org> | 2013-10-21 23:19:15 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-21 23:19:15 +0200 |
commit | 20cba9e89f80d788a1cc65473865f52de94ea451 (patch) | |
tree | 7e9d96754b4f59ea2235c1455e18ba83cd31411a /src/Song.hxx | |
parent | f6d67ac260ad12a6465378d93d03d98fea857ec8 (diff) | |
download | mpd-20cba9e89f80d788a1cc65473865f52de94ea451.tar.gz mpd-20cba9e89f80d788a1cc65473865f52de94ea451.tar.xz mpd-20cba9e89f80d788a1cc65473865f52de94ea451.zip |
Song: pass reference to song_equals()
Diffstat (limited to 'src/Song.hxx')
-rw-r--r-- | src/Song.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Song.hxx b/src/Song.hxx index 32158aedf..bd7465013 100644 --- a/src/Song.hxx +++ b/src/Song.hxx @@ -145,6 +145,6 @@ struct Song { */ gcc_pure bool -song_equals(const Song *a, const Song *b); +SongEquals(const Song &a, const Song &b); #endif |