mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
initialize class
This commit is contained in:
@@ -58,6 +58,10 @@ struct cmListFileFunction
|
||||
|
||||
struct cmListFile
|
||||
{
|
||||
cmListFile()
|
||||
:m_ModifiedTime(0)
|
||||
{
|
||||
}
|
||||
long int m_ModifiedTime;
|
||||
std::vector<cmListFileFunction> m_Functions;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user