Browse Source

cmGlobalGenerator: Devirtualize method.

Stephen Kelly 10 years ago
parent
commit
8544f16d1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmGlobalGenerator.h

+ 1 - 1
Source/cmGlobalGenerator.h

@@ -124,7 +124,7 @@ public:
   /**
    * Try to determine system information, get it from another generator
    */
-  virtual void EnableLanguagesFromGenerator(cmGlobalGenerator *gen,
+  void EnableLanguagesFromGenerator(cmGlobalGenerator *gen,
                                             cmMakefile* mf);
 
   /**