From: Carl Hetherington Date: Tue, 27 Feb 2018 14:31:43 +0000 (+0000) Subject: Add an explicit. X-Git-Tag: v2.13.0~39 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=334e250896a5dcbb64db96df8e20821ffc75b146 Add an explicit. --- diff --git a/src/lib/server.h b/src/lib/server.h index 747c516a2..795227523 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -31,7 +31,7 @@ class Socket; class Server : public boost::noncopyable { public: - Server (int port); + explicit Server (int port); virtual ~Server (); virtual void run ();