diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-03-16 15:53:14 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-03-16 15:53:14 (GMT) |
commit | 4102949bf95eee1ce88544fafdf80439aece85b2 (patch) | |
tree | 20905e7c8fe610c661cbad17e59ef659fbffcb90 /Source/cmMakefile.h | |
parent | fb5d92ea37b6b7cbd9eda84538ce072b90b80b73 (diff) | |
download | CMake-4102949bf95eee1ce88544fafdf80439aece85b2.zip CMake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.gz CMake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.bz2 |
STYLE: minor comment cleanups
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 7b6dbfa..6836c77 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, |