made destructor virtual

This commit is contained in:
Ken Martin 2002-09-05 09:04:55 -04:00
parent 7e0655f290
commit 12054916d4

View File

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