summaryrefslogtreecommitdiff
path: root/src/lib/json_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/json_server.h')
-rw-r--r--src/lib/json_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/json_server.h b/src/lib/json_server.h
index 996b9bf79..f36e621f3 100644
--- a/src/lib/json_server.h
+++ b/src/lib/json_server.h
@@ -23,7 +23,7 @@
class JSONServer
{
public:
- JSONServer (int port);
+ explicit JSONServer (int port);
private:
void run (int port);