diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-21 18:07:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-21 18:10:51 (GMT) |
commit | 3404f8a081a03441c6747de50f2155ae28115c07 (patch) | |
tree | 429339e36678ae3b95891ceae7d0242c6879e807 /Source/cmMakefile.h | |
parent | a1858136c28326212d15cfd0a4412281f46b9cb0 (diff) | |
download | CMake-3404f8a081a03441c6747de50f2155ae28115c07.zip CMake-3404f8a081a03441c6747de50f2155ae28115c07.tar.gz CMake-3404f8a081a03441c6747de50f2155ae28115c07.tar.bz2 |
cmMakefile: Move ListFile parsing responsibility out of internal method.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 24b4bd0..271cfd6 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -914,8 +914,8 @@ private: cmState::Snapshot StateSnapshot; - bool ReadListFile(const char* filename, - bool requireProjectCommand); + void ReadListFile(cmListFile const& listFile, + const std::string& filenametoread); bool ParseDefineFlag(std::string const& definition, bool remove); |