diff options
Diffstat (limited to 'src/socket/Socket.hpp')
-rw-r--r-- | src/socket/Socket.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket/Socket.hpp b/src/socket/Socket.hpp index e4dbb60a..8aa172cb 100644 --- a/src/socket/Socket.hpp +++ b/src/socket/Socket.hpp @@ -46,7 +46,7 @@ public: } /** Create a new unbound/unconnected socket of a given type. */ - Socket(Type t); + explicit Socket(Type t); /** Wrap an existing open socket. */ Socket(Type t, |