summaryrefslogtreecommitdiff
path: root/Source/cmDependsC.h
diff options
context:
space:
mode:
authorTushar Maheshwari <tushar27192@gmail.com>2019-09-08 16:20:06 +0530
committerTushar Maheshwari <tushar27192@gmail.com>2019-09-20 20:39:43 +0530
commit8d0cec747cfbad582119c590efc8c390b6f2bbc0 (patch)
tree7622e8e6753240ec68d6608ed12bb246b7585f98 /Source/cmDependsC.h
parentebb9346490741ddc2ce6f552bc1be57dfc730cfa (diff)
downloadcmake-8d0cec747cfbad582119c590efc8c390b6f2bbc0.tar.gz
cmDependsC: remove cmDeleteAll call
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r--Source/cmDependsC.h2
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;