Fix style.
This commit is contained in:
parent
272431a84f
commit
c70b9b51d9
|
@ -82,7 +82,7 @@ public:
|
|||
{
|
||||
this->Find(key);
|
||||
}
|
||||
}
|
||||
}
|
||||
private:
|
||||
CacheEntry const& GetEntry() const { return this->Position->second; }
|
||||
CacheEntry& GetEntry() { return this->Position->second; }
|
||||
|
|
|
@ -180,7 +180,7 @@ void deleteAndClear(
|
|||
//----------------------------------------------------------------------------
|
||||
cmTargetInternals::~cmTargetInternals()
|
||||
{
|
||||
deleteAndClear(CachedLinkInterfaceIncludeDirectoriesEntries);
|
||||
deleteAndClear(this->CachedLinkInterfaceIncludeDirectoriesEntries);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue