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/Device.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/db/upnp/Device.hxx') diff --git a/src/db/upnp/Device.hxx b/src/db/upnp/Device.hxx index 49bcd2896..dd7ecac2d 100644 --- a/src/db/upnp/Device.hxx +++ b/src/db/upnp/Device.hxx @@ -75,6 +75,8 @@ public: UPnPDevice(UPnPDevice &&) = default; UPnPDevice &operator=(UPnPDevice &&) = default; + ~UPnPDevice(); + /** Build device from xml description downloaded from discovery * @param url where the description came from * @param description the xml device description -- cgit v1.2.3