aboutsummaryrefslogtreecommitdiffstats
path: root/src/DetachedSong.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DetachedSong.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DetachedSong.hxx b/src/DetachedSong.hxx
index b2f5196ff..c01f32ea5 100644
--- a/src/DetachedSong.hxx
+++ b/src/DetachedSong.hxx
@@ -97,6 +97,8 @@ public:
DetachedSong(DetachedSong &&) = default;
+ ~DetachedSong();
+
gcc_pure
const char *GetURI() const {
return uri.c_str();