summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-21 18:07:40 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-21 18:10:51 (GMT)
commit3404f8a081a03441c6747de50f2155ae28115c07 (patch)
tree429339e36678ae3b95891ceae7d0242c6879e807 /Source/cmMakefile.h
parenta1858136c28326212d15cfd0a4412281f46b9cb0 (diff)
downloadCMake-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.h4
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);