diff options
Diffstat (limited to 'src/Song.hxx')
-rw-r--r-- | src/Song.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Song.hxx b/src/Song.hxx index d3f762df4..2dadd85cb 100644 --- a/src/Song.hxx +++ b/src/Song.hxx @@ -77,6 +77,9 @@ struct Song { */ char uri[sizeof(int)]; + Song(const char *_uri, size_t uri_length, Directory *parent); + ~Song(); + gcc_malloc static Song *NewFrom(DetachedSong &&other, Directory *parent); |