diff options
Diffstat (limited to 'include/sockets.h')
-rw-r--r-- | include/sockets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sockets.h b/include/sockets.h index 41cb7c7b6..24e580902 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -125,7 +125,7 @@ class SocketException : public CoreException /** Destructor * @throws Nothing */ - virtual ~SocketException() throw() = default; + virtual ~SocketException() noexcept = default; }; enum SocketFlag |