aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Device.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/upnp/Device.cxx')
-rw-r--r--src/db/upnp/Device.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/db/upnp/Device.cxx b/src/db/upnp/Device.cxx
index 2dab1b4c5..7bec1cccd 100644
--- a/src/db/upnp/Device.cxx
+++ b/src/db/upnp/Device.cxx
@@ -27,6 +27,11 @@
#include <string.h>
+UPnPDevice::~UPnPDevice()
+{
+ /* this destructor exists here just so it won't get inlined */
+}
+
/**
* An XML parser which constructs an UPnP device object from the
* device descriptor.