made destructor virtual

This commit is contained in:
Ken Martin 2002-09-05 09:04:55 -04:00
parent 7e0655f290
commit 12054916d4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class cmLocalGenerator
{
public:
cmLocalGenerator();
~cmLocalGenerator();
virtual ~cmLocalGenerator();
/**
* Generate the makefile for this directory. fromTheTop indicates if this