diff options
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 |