diff options
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 | ||||
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 2 | ||||
-rw-r--r-- | Source/cmLocalXCodeGenerator.h | 2 | ||||
-rw-r--r-- | Source/cmMakefile.h | 5 |
4 files changed, 5 insertions, 6 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index e6907b0c2b..5836d72767 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -169,7 +169,7 @@ public: std::string& dir); protected: - // Fill the m_ProjectMap, this must be called after m_LocalGenerators + // Fill the ProjectMap, this must be called after LocalGenerators // has been populated. void FillProjectMap(); bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen); diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index cc6cd4f643..fadf7e733b 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -30,7 +30,7 @@ struct cmVS7FlagTable; * \brief Write a LocalUnix makefiles. * * cmLocalVisualStudio7Generator produces a LocalUnix makefile from its - * member m_Makefile. + * member Makefile. */ class cmLocalVisualStudio7Generator : public cmLocalGenerator { diff --git a/Source/cmLocalXCodeGenerator.h b/Source/cmLocalXCodeGenerator.h index ddc8f4650b..6882de4cbc 100644 --- a/Source/cmLocalXCodeGenerator.h +++ b/Source/cmLocalXCodeGenerator.h @@ -23,7 +23,7 @@ * \brief Write a local Xcode project * * cmLocalXCodeGenerator produces a LocalUnix makefile from its - * member m_Makefile. + * member Makefile. */ class cmLocalXCodeGenerator : public cmLocalGenerator { diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 7b6dbfaa43..6836c77427 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -713,9 +713,8 @@ protected: private: void ReadSources(std::ifstream& fin, bool t); - friend class cmMakeDepend; // make depend needs direct access - - // to the m_Sources array + friend class cmMakeDepend; // make depend needs direct access + // to the Sources array void PrintStringVector(const char* s, const std::vector<std::pair<cmStdString, bool> >& v) const; void PrintStringVector(const char* s, |