mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-24 14:40:54 +01:00
Remove explicit for song
This commit is contained in:
parent
fa0bd8d31a
commit
e407080057
@ -102,7 +102,7 @@ class Song {
|
||||
FileType_Stream = 91,
|
||||
};
|
||||
|
||||
explicit Song(Song::Source source = Song::Source_Unknown);
|
||||
Song(Song::Source source = Song::Source_Unknown);
|
||||
Song(const Song &other);
|
||||
~Song();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user