aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Directory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/upnp/Directory.hxx')
-rw-r--r--src/db/upnp/Directory.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/upnp/Directory.hxx b/src/db/upnp/Directory.hxx
index 8858c9325..433979900 100644
--- a/src/db/upnp/Directory.hxx
+++ b/src/db/upnp/Directory.hxx
@@ -36,6 +36,8 @@ class UPnPDirContent {
public:
std::vector<UPnPDirObject> objects;
+ ~UPnPDirContent();
+
gcc_pure
UPnPDirObject *FindObject(const char *name) {
for (auto &o : objects)