diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-04-24 20:49:12 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-04-24 20:49:12 (GMT) |
commit | 73f04d1409ec4dfcb3b8db3e104da2a894d019a2 (patch) | |
tree | e1578688252c8a50fb307d60045379a53a02d646 /Source/cmMakeDepend.h | |
parent | b5746484e4c396489b707e0f8b4d1f539e62a965 (diff) | |
download | CMake-73f04d1409ec4dfcb3b8db3e104da2a894d019a2.zip CMake-73f04d1409ec4dfcb3b8db3e104da2a894d019a2.tar.gz CMake-73f04d1409ec4dfcb3b8db3e104da2a894d019a2.tar.bz2 |
many fixes and cleanup and features
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 |