diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-06-30 17:49:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-06-30 17:49:00 (GMT) |
commit | 4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3 (patch) | |
tree | 20cf58cfd59ac3d6bc3e81075b10592765faba9d /Source/cmDepends.cxx | |
parent | 9c76e082150eae48102b537c0f3f8556c18b8616 (diff) | |
download | CMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.zip CMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.tar.gz CMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.tar.bz2 |
ENH: merge main tree into branch
Diffstat (limited to 'Source/cmDepends.cxx')
-rw-r--r-- | Source/cmDepends.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/cmDepends.cxx b/Source/cmDepends.cxx index f6d577c..37c177b 100644 --- a/Source/cmDepends.cxx +++ b/Source/cmDepends.cxx @@ -22,7 +22,11 @@ #include <string.h> //---------------------------------------------------------------------------- -cmDepends::cmDepends(): Verbose(false), FileComparison(0), +cmDepends::cmDepends(): + CompileDirectory(), + LocalGenerator(0), + Verbose(false), + FileComparison(0), MaxPath(cmSystemTools::GetMaximumFilePathLength()), Dependee(new char[MaxPath]), Depender(new char[MaxPath]) |