diff options
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.h')
-rw-r--r-- | Source/cmGlobalNMakeMakefileGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.h b/Source/cmGlobalNMakeMakefileGenerator.h index 863d0b8..71dc6a3 100644 --- a/Source/cmGlobalNMakeMakefileGenerator.h +++ b/Source/cmGlobalNMakeMakefileGenerator.h @@ -17,14 +17,14 @@ #ifndef cmGlobalNMakeMakefileGenerator_h #define cmGlobalNMakeMakefileGenerator_h -#include "cmGlobalUNIXMakefileGenerator.h" +#include "cmGlobalUNIXMakefileGenerator3.h" /** \class cmGlobalNMakeMakefileGenerator * \brief Write a NMake makefiles. * * cmGlobalNMakeMakefileGenerator manages nmake build process for a tree */ -class cmGlobalNMakeMakefileGenerator : public cmGlobalUnixMakefileGenerator +class cmGlobalNMakeMakefileGenerator : public cmGlobalUnixMakefileGenerator3 { public: cmGlobalNMakeMakefileGenerator(); |