diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-04 19:24:49 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-04 19:24:49 (GMT) |
commit | 5b0611d70955696f853f197cd0cc2057eb063ed6 (patch) | |
tree | fcc795aed9589b45271de3bc1b22c39a0e0e23ce /Source/cmGlobalGenerator.h | |
parent | 49aebe6c99934dec634a3b497128465645db406c (diff) | |
download | CMake-5b0611d70955696f853f197cd0cc2057eb063ed6.zip CMake-5b0611d70955696f853f197cd0cc2057eb063ed6.tar.gz CMake-5b0611d70955696f853f197cd0cc2057eb063ed6.tar.bz2 |
updates
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 6c660e4..7f07b19 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -34,6 +34,7 @@ class cmGlobalGenerator { public: ///! Free any memory allocated with the GlobalGenerator + cmGlobalGenerator(); virtual ~cmGlobalGenerator(); ///! Create a local generator appropriate to this Global Generator |