diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-05 13:44:11 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-05 13:44:11 -0500 |
commit | 96189f79d582f90758ba1b4f691031b1d7fa02f3 (patch) | |
tree | 36bc488b7a77d01a9b9be3b1e4b0ab8963378fdc /Source/cmGlobalVisualStudio7Generator.h | |
parent | 8d20322160e6e8c7bf9c6d69de9319f57373de5d (diff) | |
download | cmake-96189f79d582f90758ba1b4f691031b1d7fa02f3.tar.gz |
ENH: unify EnableLanguage across all generators
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index f716709340..ce87c6b23f 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -29,6 +29,7 @@ class cmTarget; class cmGlobalVisualStudio7Generator : public cmGlobalGenerator { public: + cmGlobalVisualStudio7Generator(); ///! Get the name for the generator. virtual const char* GetName() { return cmGlobalVisualStudio7Generator::GetActualName();} |