Fix style.

This commit is contained in:
Stephen Kelly 2013-05-02 16:46:57 +02:00
parent 272431a84f
commit c70b9b51d9
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ public:
{
this->Find(key);
}
}
}
private:
CacheEntry const& GetEntry() const { return this->Position->second; }
CacheEntry& GetEntry() { return this->Position->second; }

View File

@ -180,7 +180,7 @@ void deleteAndClear(
//----------------------------------------------------------------------------
cmTargetInternals::~cmTargetInternals()
{
deleteAndClear(CachedLinkInterfaceIncludeDirectoriesEntries);
deleteAndClear(this->CachedLinkInterfaceIncludeDirectoriesEntries);
}
//----------------------------------------------------------------------------