lib/upnp: add "noexcept"

This commit is contained in:
Max Kellermann
2017-11-12 18:26:32 +01:00
parent fb01e41e8a
commit 4b2bb88375
18 changed files with 41 additions and 41 deletions

View File

@@ -73,7 +73,7 @@ public:
UPnPDevice(UPnPDevice &&) = default;
UPnPDevice &operator=(UPnPDevice &&) = default;
~UPnPDevice();
~UPnPDevice() noexcept;
/** Build device from xml description downloaded from discovery
* @param url where the description came from