summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-05-02 14:46:57 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-05-16 17:33:13 (GMT)
commitc70b9b51d9c711d761bc45c0918bc8bc75b23d19 (patch)
treea33821c81a22aec6c5f07785a3200b9d70a7f1c7 /Source/cmCacheManager.h
parent272431a84ff13eb17cf04389428f57c7fe13e3a2 (diff)
downloadCMake-c70b9b51d9c711d761bc45c0918bc8bc75b23d19.zip
CMake-c70b9b51d9c711d761bc45c0918bc8bc75b23d19.tar.gz
CMake-c70b9b51d9c711d761bc45c0918bc8bc75b23d19.tar.bz2
Fix style.
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 4a5ee45..a5e5eee 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -82,7 +82,7 @@ public:
{
this->Find(key);
}
- }
+ }
private:
CacheEntry const& GetEntry() const { return this->Position->second; }
CacheEntry& GetEntry() { return this->Position->second; }