diff options
author | Tushar Maheshwari <tushar27192@gmail.com> | 2019-09-08 16:20:06 +0530 |
---|---|---|
committer | Tushar Maheshwari <tushar27192@gmail.com> | 2019-09-20 20:39:43 +0530 |
commit | 8d0cec747cfbad582119c590efc8c390b6f2bbc0 (patch) | |
tree | 7622e8e6753240ec68d6608ed12bb246b7585f98 /Source/cmDependsC.h | |
parent | ebb9346490741ddc2ce6f552bc1be57dfc730cfa (diff) | |
download | cmake-8d0cec747cfbad582119c590efc8c390b6f2bbc0.tar.gz |
cmDependsC: remove cmDeleteAll call
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r-- | Source/cmDependsC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h index cbdc276382..7d732d9c28 100644 --- a/Source/cmDependsC.h +++ b/Source/cmDependsC.h @@ -84,7 +84,7 @@ protected: std::set<std::string> Encountered; std::queue<UnscannedEntry> Unscanned; - std::map<std::string, cmIncludeLines*> FileCache; + std::map<std::string, cmIncludeLines> FileCache; std::map<std::string, std::string> HeaderLocationCache; std::string CacheFileName; |