1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-24 22:48:31 +01:00

Remove explicit for song

This commit is contained in:
Jonas Kvinge 2020-12-23 20:24:15 +01:00
parent fa0bd8d31a
commit e407080057

View File

@ -102,7 +102,7 @@ class Song {
FileType_Stream = 91, FileType_Stream = 91,
}; };
explicit Song(Song::Source source = Song::Source_Unknown); Song(Song::Source source = Song::Source_Unknown);
Song(const Song &other); Song(const Song &other);
~Song(); ~Song();