From 1f71cc5e127f6163e9163afd42453fe145defbeb Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 7 Jul 2009 13:41:07 +0000 Subject: virtual functions cleanup --- src/core/zone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/zone.h') diff --git a/src/core/zone.h b/src/core/zone.h index f93cea2..32463df 100644 --- a/src/core/zone.h +++ b/src/core/zone.h @@ -69,7 +69,7 @@ public: Zone(std::istream & is); /// delete a zone - ~Zone(); + virtual ~Zone(); /* ---- inspectors ----------------------------------------- */ -- cgit v1.2.3