diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 14:31:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 14:31:43 +0000 |
| commit | 334e250896a5dcbb64db96df8e20821ffc75b146 (patch) | |
| tree | e858337cf098000c89e5595cb4f3c8232ae23c55 /src/lib/server.h | |
| parent | 6f5c98faac19ffccb6c7e5e978e6c707f63e42a8 (diff) | |
Add an explicit.
Diffstat (limited to 'src/lib/server.h')
| -rw-r--r-- | src/lib/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |
