From 62ac72cad393f1685a3ea64ddf9d4399dc430452 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Sat, 11 Sep 2021 17:29:47 +0200 Subject: Comment fixes, changed thread count args to unsigned --- zenhttp/httpsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenhttp/httpsys.h') diff --git a/zenhttp/httpsys.h b/zenhttp/httpsys.h index 9149b54d6..6616817ec 100644 --- a/zenhttp/httpsys.h +++ b/zenhttp/httpsys.h @@ -32,7 +32,7 @@ class HttpSysServer : public HttpServer friend class HttpSysTransaction; public: - explicit HttpSysServer(int ThreadCount); + explicit HttpSysServer(unsigned int ThreadCount); ~HttpSysServer(); // HttpServer interface implementation -- cgit v1.2.3