summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-27 18:44:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-27 18:44:15 (GMT)
commitf709e5588eaae694c7b1203580da0b5487b9ef73 (patch)
tree92f04bc50327357323b50d736e67f94b83ca98fb /Source/cmMakefile.h
parent2858689d6dfe55e86b9fdb399f3d1f1f59c78b28 (diff)
downloadCMake-f709e5588eaae694c7b1203580da0b5487b9ef73.zip
CMake-f709e5588eaae694c7b1203580da0b5487b9ef73.tar.gz
CMake-f709e5588eaae694c7b1203580da0b5487b9ef73.tar.bz2
ENH: change expand variables to use GetDefinition
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 5146f8f..b3e5865 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -452,7 +452,7 @@ public:
* If the variable is not found in this makefile instance, the
* cache is then queried.
*/
- const char* GetDefinition(const char*);
+ const char* GetDefinition(const char*) const;
/** Test a boolean cache entry to see if it is true or false,
* returns false if no entry defined.