Browse Source

initialize class

Bill Hoffman 24 years ago
parent
commit
9438a5965a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Source/cmListFileCache.h

+ 4 - 0
Source/cmListFileCache.h

@@ -58,6 +58,10 @@ struct cmListFileFunction
 
 struct cmListFile
 {
+  cmListFile() 
+    :m_ModifiedTime(0) 
+    {
+    }
   long int m_ModifiedTime;
   std::vector<cmListFileFunction> m_Functions;
 };