diff options
Diffstat (limited to 'Source/cmMakeDepend.h')
-rw-r--r-- | Source/cmMakeDepend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakeDepend.h b/Source/cmMakeDepend.h index cb5a9d7..4241670 100644 --- a/Source/cmMakeDepend.h +++ b/Source/cmMakeDepend.h @@ -17,7 +17,7 @@ #define cmMakeDepend_h #include "cmMakefile.h" -#include "cmClassFile.h" +#include "cmSourceFile.h" #include "cmRegularExpression.h" #include "cmStandardIncludes.h" @@ -60,7 +60,7 @@ struct cmDependInformation * The index into the cmMakefile::m_Classes list. * The index value of 0 indicates that it is not in the list. */ - cmClassFile *m_ClassFileIndex; + cmSourceFile *m_ClassFileIndex; /** * This flag indicates whether dependency checking has been |