diff options
Diffstat (limited to 'Source/cmGlobalVisualStudio8Win64Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio8Win64Generator.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio8Win64Generator.h b/Source/cmGlobalVisualStudio8Win64Generator.h index 12f8012..612c5d7 100644 --- a/Source/cmGlobalVisualStudio8Win64Generator.h +++ b/Source/cmGlobalVisualStudio8Win64Generator.h @@ -25,8 +25,9 @@ class cmGlobalVisualStudio8Win64Generator : { public: cmGlobalVisualStudio8Win64Generator(); - static cmGlobalGenerator* New() { - return new cmGlobalVisualStudio8Win64Generator; } + static cmGlobalGeneratorFactory* NewFactory() { + return new cmGlobalGeneratorSimpleFactory + <cmGlobalVisualStudio8Win64Generator>(); } ///! Get the name for the generator. virtual const char* GetName() const { |