summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-09-14 19:18:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-09-14 19:18:19 (GMT)
commit9438a5965a78390b93aaf0018524e39d26a8ceb4 (patch)
tree9a665a56ed26ddb854a60db38c6b5aa12094405f /Source/cmListFileCache.h
parent58a3e38167e01834c50343777c9223fa233de62e (diff)
downloadCMake-9438a5965a78390b93aaf0018524e39d26a8ceb4.zip
CMake-9438a5965a78390b93aaf0018524e39d26a8ceb4.tar.gz
CMake-9438a5965a78390b93aaf0018524e39d26a8ceb4.tar.bz2
initialize class
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 1a5821a..de0e4fb 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -58,6 +58,10 @@ struct cmListFileFunction
struct cmListFile
{
+ cmListFile()
+ :m_ModifiedTime(0)
+ {
+ }
long int m_ModifiedTime;
std::vector<cmListFileFunction> m_Functions;
};