ERR: Removed duplicate default arguments.
This commit is contained in:
parent
b6da1d1271
commit
f99d948916
@ -1424,8 +1424,8 @@ const char *cmMakefile::ExpandVariablesInString(std::string& source) const
|
|||||||
const char *cmMakefile::ExpandVariablesInString(std::string& source,
|
const char *cmMakefile::ExpandVariablesInString(std::string& source,
|
||||||
bool escapeQuotes,
|
bool escapeQuotes,
|
||||||
bool atOnly,
|
bool atOnly,
|
||||||
const char* filename = 0,
|
const char* filename,
|
||||||
long line = -1) const
|
long line) const
|
||||||
{
|
{
|
||||||
// This method replaces ${VAR} and @VAR@ where VAR is looked up
|
// This method replaces ${VAR} and @VAR@ where VAR is looked up
|
||||||
// with GetDefinition(), if not found in the map, nothing is expanded.
|
// with GetDefinition(), if not found in the map, nothing is expanded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user