From 020b20bd0ac8bbc02bcf7bac31569ff64ccdcaea Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 25 Feb 2010 15:38:14 +0100 Subject: [PATCH] Fixed compiler warning. --- tool/NumberListParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/NumberListParser.h b/tool/NumberListParser.h index 60bb2cfa..6cf0dd16 100644 --- a/tool/NumberListParser.h +++ b/tool/NumberListParser.h @@ -36,7 +36,7 @@ class NumberListParser { public: NumberListParser(); - ~NumberListParser(); + virtual ~NumberListParser(); typedef list NumberList;