summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-21 14:23:27 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-22 14:16:40 (GMT)
commit2a6e56e078666a48d3e34b36c1500d44c429ecf0 (patch)
tree33ee7ee1fc0d88380b0fac42b444afeea6198a9e /Source/cmMakefile.h
parent5cc9fb02349e4b7e63f3cb087dc37b3c9b096e1d (diff)
downloadCMake-2a6e56e078666a48d3e34b36c1500d44c429ecf0.zip
CMake-2a6e56e078666a48d3e34b36c1500d44c429ecf0.tar.gz
CMake-2a6e56e078666a48d3e34b36c1500d44c429ecf0.tar.bz2
cmCacheManager: Consify version accessors.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index bf77e56..4c7341e 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -63,8 +63,8 @@ public:
* was used to write the currently loaded cache, note
* this method will not work before the cache is loaded.
*/
- unsigned int GetCacheMajorVersion();
- unsigned int GetCacheMinorVersion();
+ unsigned int GetCacheMajorVersion() const;
+ unsigned int GetCacheMinorVersion() const;
/* Check for unused variables in this scope */
void CheckForUnusedVariables() const;