Przeglądaj źródła

cmGlobalGenerator: Devirtualize method.

Stephen Kelly 10 lat temu
rodzic
commit
8544f16d1e
1 zmienionych plików z 1 dodań i 1 usunięć
  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
    * Try to determine system information, get it from another generator
    */
    */
-  virtual void EnableLanguagesFromGenerator(cmGlobalGenerator *gen,
+  void EnableLanguagesFromGenerator(cmGlobalGenerator *gen,
                                             cmMakefile* mf);
                                             cmMakefile* mf);
 
 
   /**
   /**