diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-21 17:33:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-21 18:10:46 (GMT) |
commit | fe38bb2c29ab4273cfefb1b343b80388bea2893e (patch) | |
tree | a5c9068d816d2bf7eacd637ce993bf7079d50c61 /Source/cmMakefile.h | |
parent | ac10fc0958c94e17d89a686d1addae0ac18dc648 (diff) | |
download | CMake-fe38bb2c29ab4273cfefb1b343b80388bea2893e.zip CMake-fe38bb2c29ab4273cfefb1b343b80388bea2893e.tar.gz CMake-fe38bb2c29ab4273cfefb1b343b80388bea2893e.tar.bz2 |
cmMakefile: Change return type of ReadListFileInternal.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 0c41268..5927be1 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -918,7 +918,7 @@ private: bool noPolicyScope, bool requireProjectCommand); - bool ReadListFileInternal(cmListFile const& cacheFile, + void ReadListFileInternal(cmListFile const& cacheFile, const char* filenametoread, bool noPolicyScope); |