diff options
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, |