Add an explicit.
[dcpomatic.git] / src / lib / server.h
index 747c516a2ba0a5df685f42177b8c16537643cf8a..7952275232705e8b9d4c943fc855eeadf1aba4a2 100644 (file)
@@ -31,7 +31,7 @@ class Socket;
 class Server : public boost::noncopyable
 {
 public:
-       Server (int port);
+       explicit Server (int port);
        virtual ~Server ();
 
        virtual void run ();