From 521d8d9410c7c7bb5958357933c9759035f51828 Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Thu, 29 Nov 2001 16:44:22 -0500 Subject: Improvements to the curses interface. --- Source/cmSystemTools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmSystemTools.h') 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& arguments, - const char* filename); + const char* filename, bool& parseError); /** * Extract white-space separated arguments from a string. -- cgit v1.2.1