diff options
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 a4c561c..c1985f0 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -384,7 +384,7 @@ public: */ void ExpandSourceListArguments(std::vector<std::string> const& argsIn, std::vector<std::string>& argsOut, - int startArgumentIndex); + unsigned int startArgumentIndex); /** Get a cmSourceFile pointer for a given source name, if the name is * not found, then a null pointer is returned. |