From 12054916d491d8424b58a87c4ff69679a7f4476d Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 5 Sep 2002 09:04:55 -0400 Subject: made destructor virtual --- Source/cmLocalGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index eb06265..b906b62 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -33,7 +33,7 @@ class cmLocalGenerator { public: cmLocalGenerator(); - ~cmLocalGenerator(); + virtual ~cmLocalGenerator(); /** * Generate the makefile for this directory. fromTheTop indicates if this -- cgit v0.12