mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
made destructor virtual
This commit is contained in:
@@ -33,7 +33,7 @@ class cmLocalGenerator
|
||||
{
|
||||
public:
|
||||
cmLocalGenerator();
|
||||
~cmLocalGenerator();
|
||||
virtual ~cmLocalGenerator();
|
||||
|
||||
/**
|
||||
* Generate the makefile for this directory. fromTheTop indicates if this
|
||||
|
||||
Reference in New Issue
Block a user