Add a load of explicit keywords.
[dcpomatic.git] / src / lib / dcpomatic_socket.h
index fa5250a1ad184225f6994f0c6767dd072c28e9c5..6f7c05e225e880321ef4adfb1fdcea2baec46c78 100644 (file)
@@ -30,7 +30,7 @@
 class Socket : public boost::noncopyable
 {
 public:
-       Socket (int timeout = 30);
+       explicit Socket (int timeout = 30);
 
        /** @return Our underlying socket */
        boost::asio::ip::tcp::socket& socket () {