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