summaryrefslogtreecommitdiff
path: root/src/info.h
diff options
context:
space:
mode:
authordeva <deva>2005-06-09 11:00:03 +0000
committerdeva <deva>2005-06-09 11:00:03 +0000
commit4bede1d02de893b450f5eb581aa0a384246c162d (patch)
treec4863551b362fe1949642f70c08df46fc68d1119 /src/info.h
parent64efd74ecfa761c83b70ec2374bf448b6e42e254 (diff)
Added daemon code, and cleaned up using -Wall and -Werror
Diffstat (limited to 'src/info.h')
-rw-r--r--src/info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.h b/src/info.h
index e8884fd..7a9147b 100644
--- a/src/info.h
+++ b/src/info.h
@@ -40,7 +40,7 @@
class Info {
public:
Info() {}
- ~Info() {}
+ virtual ~Info() {}
virtual void error(char* fmt, ...) = 0;
virtual void warn(char* fmt, ...) = 0;