diff options
author | Max Kellermann <max@duempel.org> | 2014-01-23 21:17:40 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-23 21:17:40 +0100 |
commit | f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b (patch) | |
tree | 0a3267bfeb82961076f4f3ab8da7fea489e698fb /src/db/upnp/Device.hxx | |
parent | ec41d849bbc460d4002ae19e3891b3bda513307e (diff) | |
download | mpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.tar.gz mpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.tar.xz mpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.zip |
db/upnp: un-inline a few destructors
Reduce bloat.
Diffstat (limited to '')
-rw-r--r-- | src/db/upnp/Device.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |