summaryrefslogtreecommitdiffstats
path: root/Source/cmMakeDepend.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-03-15 16:38:47 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-03-15 16:38:47 (GMT)
commitda279f0041586d10e0b6375b9f8d1c62c0d69608 (patch)
tree86bec4b214a331382d427ec37b74cd4f65195a13 /Source/cmMakeDepend.h
parent886e9bedc7e2f77f0035f21bd2b2b27c82696fa0 (diff)
downloadCMake-da279f0041586d10e0b6375b9f8d1c62c0d69608.zip
CMake-da279f0041586d10e0b6375b9f8d1c62c0d69608.tar.gz
CMake-da279f0041586d10e0b6375b9f8d1c62c0d69608.tar.bz2
BUG: some UNIX fixes for my m_ commit
Diffstat (limited to 'Source/cmMakeDepend.h')
-rw-r--r--Source/cmMakeDepend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakeDepend.h b/Source/cmMakeDepend.h
index 2bf7adf..8426dfa 100644
--- a/Source/cmMakeDepend.h
+++ b/Source/cmMakeDepend.h
@@ -34,7 +34,7 @@ public:
* Construct with dependency generation marked not done; instance
* not placed in cmMakefile's list.
*/
- cmDependInformation(): DependDone(false), cmSourceFile(0) {}
+ cmDependInformation(): DependDone(false), SourceFile(0) {}
/**
* The set of files on which this one depends.
@@ -52,7 +52,7 @@ public:
* If this object corresponds to a cmSourceFile instance, this points
* to it.
*/
- const cmSourceFile *cmSourceFile;
+ const cmSourceFile *SourceFile;
/**
* Full path to this file.