summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-18 12:50:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-18 13:29:18 (GMT)
commit813cd719c41b05df7a22ad3ebd267cc9bfc2505e (patch)
treeea98ce130a3346a18f31539b11ae6f5fcfb46d32 /Source/cmMakefile.h
parent5c201f1ee6cc19e0f1871048a6a6af9056c5780f (diff)
downloadCMake-813cd719c41b05df7a22ad3ebd267cc9bfc2505e.zip
CMake-813cd719c41b05df7a22ad3ebd267cc9bfc2505e.tar.gz
CMake-813cd719c41b05df7a22ad3ebd267cc9bfc2505e.tar.bz2
cmMakefile: Determine the file to read before calling Internal.
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 88faed9..2664d8e 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -992,8 +992,8 @@ private:
void Initialize();
- bool ReadListFileInternal(const char* filename_in,
- const char* external_in,
+
+ bool ReadListFileInternal(const char* filenametoread,
bool noPolicyScope,
bool requireProjectCommand);