diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index ee495d9a9..d1a3aa047 100644 --- a/src/client.h +++ b/src/client.h @@ -201,7 +201,7 @@ public: short serverPort; }; - Client(const Options &options); + explicit Client(const Options &options); A_DELETE_COPY(Client) |