summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
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 883a8f4..ed48e85 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -174,7 +174,7 @@ public:
* Copy the source file to the destination file only
* if the two files differ.
*/
- static void CopyFileIfDifferent(const char* source,
+ static bool CopyFileIfDifferent(const char* source,
const char* destination);
///! Compare the contents of two files. Return true if different.