mirror of
https://github.com/reactos/CMake.git
synced 2025-01-26 13:57:07 +00:00
initialize class
This commit is contained in:
parent
58a3e38167
commit
9438a5965a
@ -58,6 +58,10 @@ struct cmListFileFunction
|
||||
|
||||
struct cmListFile
|
||||
{
|
||||
cmListFile()
|
||||
:m_ModifiedTime(0)
|
||||
{
|
||||
}
|
||||
long int m_ModifiedTime;
|
||||
std::vector<cmListFileFunction> m_Functions;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user