initialize class

This commit is contained in:
Bill Hoffman 2001-09-14 15:18:19 -04:00
parent 58a3e38167
commit 9438a5965a
1 changed files with 4 additions and 0 deletions

View File

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