diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index d417f74..efca41e 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -558,7 +558,9 @@ public: */ const char *ExpandVariablesInString(std::string& source) const; const char *ExpandVariablesInString(std::string& source, bool escapeQuotes, - bool atOnly = false) const; + bool atOnly = false, + const char* filename = 0, + long line = -1) const; /** * Remove any remaining variables in the string. Anything with ${var} or |