diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h index 048e04f02..039a52d43 100644 --- a/Source/cmListFileCache.h +++ b/Source/cmListFileCache.h @@ -52,7 +52,7 @@ struct cmListFileFunction { std::string Name; std::vector Arguments; - const char* FilePath; + std::string FilePath; long Line; };