lib/upnp: add "noexcept"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user