diff options
Diffstat (limited to 'Source/cmNMakeMakefileGenerator.h')
-rw-r--r-- | Source/cmNMakeMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNMakeMakefileGenerator.h b/Source/cmNMakeMakefileGenerator.h index 044d9bb..06f3c1c 100644 --- a/Source/cmNMakeMakefileGenerator.h +++ b/Source/cmNMakeMakefileGenerator.h @@ -41,7 +41,7 @@ public: { return new cmNMakeMakefileGenerator;} ///! figure out about the current system information - virtual void ComputeSystemInfo(); + virtual void EnableLanguage(const char*); protected: std::string ShortPath(const char* path); std::string ShortPathCommand(const char* command); |