summaryrefslogtreecommitdiff
path: root/include/HttpServ.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-28 22:03:53 +0000
committerPixel <Pixel>2001-11-28 22:03:53 +0000
commit0a7f6d0b5935f9794dda8935d37d4238bed3d611 (patch)
tree8c45e37dd1e95df0efa3414d33ca2e7f597872e2 /include/HttpServ.h
parent9f2ad93e4dd13446a9df2304f1f74c4272739bea (diff)
Some changes...
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r--include/HttpServ.h2
1 files changed, 1 insertions, 1 deletions
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();