Change to reference

This commit is contained in:
Jonas Kvinge
2019-07-02 00:48:09 +02:00
parent a9c162476c
commit 9105b7615c
2 changed files with 2 additions and 2 deletions

View File

@@ -892,7 +892,7 @@ void EditTagDialog::FetchTagSongChosen(const Song &original_song, const Song &ne
}
#endif
void EditTagDialog::SongSaveComplete(TagReaderReply *reply, const QString filename, const Song song) {
void EditTagDialog::SongSaveComplete(TagReaderReply *reply, const QString &filename, const Song &song) {
pending_--;