diff options
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r-- | Source/cmBorlandMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBorlandMakefileGenerator.h b/Source/cmBorlandMakefileGenerator.h index 738b4a2..f577a1f 100644 --- a/Source/cmBorlandMakefileGenerator.h +++ b/Source/cmBorlandMakefileGenerator.h @@ -41,7 +41,7 @@ public: { return new cmBorlandMakefileGenerator;} ///! figure out about the current system information - virtual void ComputeSystemInfo(); + virtual void EnableLanguage(const char*); protected: virtual void OutputMakeVariables(std::ostream&); |