summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index d79db99..6ead922 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -47,7 +47,7 @@ public:
public:
void Begin();
bool Find(const char*);
- bool IsAtEnd();
+ bool IsAtEnd() const;
void Next();
const char *GetName() const {
return m_Position->first.c_str(); }