aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/ContentDirectoryService.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-23 21:17:40 +0100
committerMax Kellermann <max@duempel.org>2014-01-23 21:17:40 +0100
commitf3f5e2e16231f8b7bef055ca1269611bcbbfcc8b (patch)
tree0a3267bfeb82961076f4f3ab8da7fea489e698fb /src/db/upnp/ContentDirectoryService.cxx
parentec41d849bbc460d4002ae19e3891b3bda513307e (diff)
downloadmpd-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/ContentDirectoryService.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/db/upnp/ContentDirectoryService.cxx b/src/db/upnp/ContentDirectoryService.cxx
index 1c4e43e12..35445e09d 100644
--- a/src/db/upnp/ContentDirectoryService.cxx
+++ b/src/db/upnp/ContentDirectoryService.cxx
@@ -48,6 +48,11 @@ ContentDirectoryService::ContentDirectoryService(const UPnPDevice &device,
}
}
+ContentDirectoryService::~ContentDirectoryService()
+{
+ /* this destructor exists here just so it won't get inlined */
+}
+
static bool
ReadResultTag(UPnPDirContent &dirbuf, IXML_Document *response, Error &error)
{