From a2b7e865088e557e8c3049eee468ed1172c710af Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 Feb 2006 22:33:43 +0000 Subject: Fixed some compiler complaints. --- option.h | 1 + 1 file changed, 1 insertion(+) (limited to 'option.h') diff --git a/option.h b/option.h index 2e4d7599..6de6ac91 100644 --- a/option.h +++ b/option.h @@ -8,6 +8,7 @@ struct option_handler { bool handled; option_handler() : handled(false) {} + virtual ~option_handler() {} virtual void operator()(const char * arg = NULL) = 0; }; -- cgit v1.2.3