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