summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmListFileCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 048e04f..039a52d 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -52,7 +52,7 @@ struct cmListFileFunction
{
std::string Name;
std::vector<cmListFileArgument> Arguments;
- const char* FilePath;
+ std::string FilePath;
long Line;
};