LightSong: new class to be used by DatabasePlugin callbacks
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
This commit is contained in:
@@ -218,7 +218,7 @@ map_detached_song_fs(const char *uri_utf8)
|
||||
}
|
||||
|
||||
DetachedSong
|
||||
map_song_detach(const Song &song)
|
||||
map_song_detach(const LightSong &song)
|
||||
{
|
||||
return DetachedSong(song);
|
||||
}
|
||||
|
Reference in New Issue
Block a user