summaryrefslogtreecommitdiff
path: root/server/src/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/httpd.h')
-rw-r--r--server/src/httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/httpd.h b/server/src/httpd.h
index 49d1517..72b23a4 100644
--- a/server/src/httpd.h
+++ b/server/src/httpd.h
@@ -50,7 +50,7 @@ public:
};
Httpd();
- ~Httpd();
+ virtual ~Httpd();
void listen(unsigned short int port,
unsigned int cn_limit = 1, unsigned int cn_timeout = 0);