diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index e9f9f29..8b4dc2f 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -133,7 +133,7 @@ public: static bool ParseFunction(std::ifstream&, std::string& name, std::vector<std::string>& arguments, - const char* filename); + const char* filename, bool& parseError); /** * Extract white-space separated arguments from a string. |