From 68aeaf14ea2bc388b3d3c5d195fd3f5e983576c0 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 30 Nov 2001 00:03:10 +0000 Subject: Debugging... --- include/HttpServ.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/HttpServ.h') diff --git a/include/HttpServ.h b/include/HttpServ.h index 2518c55..5860dd7 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -20,7 +20,7 @@ class HttpServ : public Task { public: HttpServ(Action *, int = 1500, const String & = String("GruiK Server v0.1")) throw (GeneralException); - ~HttpServ(); + virtual ~HttpServ(); void SetMenu(Action *); virtual String GetName(); -- cgit v1.2.3