Browse Source

made destructor virtual

Ken Martin 23 years ago
parent
commit
12054916d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmLocalGenerator.h

+ 1 - 1
Source/cmLocalGenerator.h

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