diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-11-29 21:44:22 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-11-29 21:44:22 (GMT) |
commit | 521d8d9410c7c7bb5958357933c9759035f51828 (patch) | |
tree | be128f3ce5a15f3aedd02601de35a2018cbc6cbc /Source/cmSystemTools.h | |
parent | e57a982136f654e21607ce8db0d890dfd65a0878 (diff) | |
download | CMake-521d8d9410c7c7bb5958357933c9759035f51828.zip CMake-521d8d9410c7c7bb5958357933c9759035f51828.tar.gz CMake-521d8d9410c7c7bb5958357933c9759035f51828.tar.bz2 |
Improvements to the curses interface.
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. |