diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index da94820..fbc8c68 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -94,7 +94,8 @@ public: /** * Display an error message. */ - static void Error(const char* m, const char* m2=0 ); + static void Error(const char* m, const char* m2=0, + const char* m3=0, const char* m4=0); ///! Return true if there was an error at any point. static bool GetErrorOccuredFlag() |