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:
parent
fa0bd8d31a
commit
e407080057
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user