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