From 0a7f6d0b5935f9794dda8935d37d4238bed3d611 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 28 Nov 2001 22:03:53 +0000 Subject: Some changes... --- 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 564e24d..2518c55 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() {} + ~HttpServ(); void SetMenu(Action *); virtual String GetName(); -- cgit v1.2.3