From f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Jan 2014 21:17:40 +0100 Subject: db/upnp: un-inline a few destructors Reduce bloat. --- src/db/upnp/ContentDirectoryService.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/db/upnp/ContentDirectoryService.hxx') diff --git a/src/db/upnp/ContentDirectoryService.hxx b/src/db/upnp/ContentDirectoryService.hxx index 18bdcde22..24be5dfbf 100644 --- a/src/db/upnp/ContentDirectoryService.hxx +++ b/src/db/upnp/ContentDirectoryService.hxx @@ -68,6 +68,8 @@ public: /** An empty one */ ContentDirectoryService() = default; + ~ContentDirectoryService(); + /** Read a container's children list into dirbuf. * * @param objectId the UPnP object Id for the container. Root has Id "0" -- cgit v1.2.3