diff options
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r-- | Source/cmDependsC.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h index 429a590..a891460 100644 --- a/Source/cmDependsC.h +++ b/Source/cmDependsC.h @@ -80,7 +80,8 @@ protected: std::queue<UnscannedEntry> Unscanned; t_CharBuffer Buffer; - std::map<cmStdString, cmIncludeLines *> fileCache; + std::map<cmStdString, cmIncludeLines *> FileCache; + std::map<cmStdString, cmStdString> HeaderLocationCache; cmStdString CacheFileName; |