summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-05 13:44:11 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-05 13:44:11 -0500
commit96189f79d582f90758ba1b4f691031b1d7fa02f3 (patch)
tree36bc488b7a77d01a9b9be3b1e4b0ab8963378fdc /Source/cmGlobalVisualStudio6Generator.h
parent8d20322160e6e8c7bf9c6d69de9319f57373de5d (diff)
downloadcmake-96189f79d582f90758ba1b4f691031b1d7fa02f3.tar.gz
ENH: unify EnableLanguage across all generators
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h
index b0cbbe5102..9e72b85aef 100644
--- a/Source/cmGlobalVisualStudio6Generator.h
+++ b/Source/cmGlobalVisualStudio6Generator.h
@@ -29,6 +29,8 @@ class cmTarget;
class cmGlobalVisualStudio6Generator : public cmGlobalGenerator
{
public:
+ cmGlobalVisualStudio6Generator();
+
///! Get the name for the generator.
virtual const char* GetName() {
return cmGlobalVisualStudio6Generator::GetActualName();}