diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-27 18:44:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-27 18:44:15 (GMT) |
commit | f709e5588eaae694c7b1203580da0b5487b9ef73 (patch) | |
tree | 92f04bc50327357323b50d736e67f94b83ca98fb /Source/cmMakefile.h | |
parent | 2858689d6dfe55e86b9fdb399f3d1f1f59c78b28 (diff) | |
download | CMake-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.h | 2 |
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. |