From 04b7648e004a5f21c615aa36c0801ae0986baf1e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 18 Jan 2014 13:53:29 +0100 Subject: db/upnp/Device: use ContentDirectoryDescriptor's move operator Reduce bloat. --- src/db/upnp/Discovery.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/db/upnp/Discovery.hxx') diff --git a/src/db/upnp/Discovery.hxx b/src/db/upnp/Discovery.hxx index 0ac731329..1f24135b2 100644 --- a/src/db/upnp/Discovery.hxx +++ b/src/db/upnp/Discovery.hxx @@ -65,6 +65,8 @@ class UPnPDeviceDirectory { */ class ContentDirectoryDescriptor { public: + ContentDirectoryDescriptor() = default; + ContentDirectoryDescriptor(const std::string &url, const char *description, time_t last, int exp) -- cgit v1.2.3