diff options
Diffstat (limited to 'Source/cmMSProjectGenerator.h')
-rw-r--r-- | Source/cmMSProjectGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMSProjectGenerator.h b/Source/cmMSProjectGenerator.h index 8b31cd3..d8d81a0 100644 --- a/Source/cmMSProjectGenerator.h +++ b/Source/cmMSProjectGenerator.h @@ -73,7 +73,7 @@ public: * Try to determine system infomation such as shared library * extension, pthreads, byte order etc. */ - virtual void ComputeSystemInfo(); + virtual void EnableLanguage(const char*); private: cmDSWWriter* m_DSWWriter; |