made destructor virtual
This commit is contained in:
parent
7e0655f290
commit
12054916d4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user