diff options
Diffstat (limited to 'Source/cmExternalMakefileProjectGenerator.h')
-rw-r--r-- | Source/cmExternalMakefileProjectGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmExternalMakefileProjectGenerator.h b/Source/cmExternalMakefileProjectGenerator.h index 48db289..c9cedde 100644 --- a/Source/cmExternalMakefileProjectGenerator.h +++ b/Source/cmExternalMakefileProjectGenerator.h @@ -39,6 +39,9 @@ class cmGlobalGenerator; class cmExternalMakefileProjectGenerator { public: + + virtual ~cmExternalMakefileProjectGenerator() {} + ///! Get the name for this generator. virtual const char* GetName() const = 0; /** Get the documentation entry for this generator. */ |