summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-02-06 15:50:17 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-02-06 15:50:17 (GMT)
commit80f716941e42acee28509d1d0c1529bf589ffbd7 (patch)
tree0532adad2525c7ea042d3f7fe0ca2bf8f1562c2c /Source/cmSystemTools.h
parentcaa49f2a1e8ed8e73f53ed76ec65c5d089eccab5 (diff)
downloadCMake-80f716941e42acee28509d1d0c1529bf589ffbd7.zip
CMake-80f716941e42acee28509d1d0c1529bf589ffbd7.tar.gz
CMake-80f716941e42acee28509d1d0c1529bf589ffbd7.tar.bz2
add bool return value so diagnostics are easier
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.