From 9438a5965a78390b93aaf0018524e39d26a8ceb4 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 14 Sep 2001 15:18:19 -0400 Subject: [PATCH] initialize class --- Source/cmListFileCache.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h index 1a5821aac..de0e4fbbf 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 m_Functions; };