aboutsummaryrefslogtreecommitdiffstats
path: root/src/DetachedSong.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DetachedSong: add method Update()Max Kellermann2014-01-151-0/+7
| | | | | Don't create an intermediate Song instance when all we want is a DetachedSong.
* DetachedSong: remove misplaced std::move()Max Kellermann2014-01-151-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-0/+184
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.