chore: XSocket use default for deconstructor
This commit is contained in:
@ -32,9 +32,7 @@ public:
|
||||
};
|
||||
|
||||
XSocketAddress(EError, const std::string &hostname, int port) throw();
|
||||
~XSocketAddress() throw() override
|
||||
{
|
||||
}
|
||||
~XSocketAddress() throw() override = default;
|
||||
|
||||
//! @name accessors
|
||||
//@{
|
||||
|
||||
Reference in New Issue
Block a user