made destructor virtual
This commit is contained in:
parent
7e0655f290
commit
12054916d4
|
@ -33,7 +33,7 @@ class cmLocalGenerator
|
|||
{
|
||||
public:
|
||||
cmLocalGenerator();
|
||||
~cmLocalGenerator();
|
||||
virtual ~cmLocalGenerator();
|
||||
|
||||
/**
|
||||
* Generate the makefile for this directory. fromTheTop indicates if this
|
||||
|
|
Loading…
Reference in New Issue