summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-11-29 16:44:22 -0500
committerBerk Geveci <berk.geveci@kitware.com>2001-11-29 16:44:22 -0500
commit521d8d9410c7c7bb5958357933c9759035f51828 (patch)
treebe128f3ce5a15f3aedd02601de35a2018cbc6cbc /Source/cmSystemTools.h
parente57a982136f654e21607ce8db0d890dfd65a0878 (diff)
downloadcmake-521d8d9410c7c7bb5958357933c9759035f51828.tar.gz
Improvements to the curses interface.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index e9f9f29c2b..8b4dc2f786 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.