summaryrefslogtreecommitdiff
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-02-05 14:55:46 -0500
committerBrad King <brad.king@kitware.com>2003-02-05 14:55:46 -0500
commit5bcd9203c338b5b9e0f3b12487a228a1d4dd504f (patch)
tree7f0b43c506063e84ae8e3386fd66395413a20241 /Source/cmCacheManager.h
parent4c22977685f2eae8ef57dfaeaf09280c78d6ebd4 (diff)
downloadcmake-5bcd9203c338b5b9e0f3b12487a228a1d4dd504f.tar.gz
ENH: Better error checking for cache iterator.
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 d79db9999c..6ead9227d8 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(); }