summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-12 14:03:52 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-02-12 14:03:52 (GMT)
commit1c8dadd914518e5185c73a4f5edba6167ced8b07 (patch)
tree3475c1a232fdea68a9263cb3b367d9a09e00866f /Source
parent3fd326695f32efe8dedc2c22b62437612ba59616 (diff)
parente1ea1df07ec6c5a5514cad2ca44bbef9bd41c587 (diff)
downloadCMake-1c8dadd914518e5185c73a4f5edba6167ced8b07.zip
CMake-1c8dadd914518e5185c73a4f5edba6167ced8b07.tar.gz
CMake-1c8dadd914518e5185c73a4f5edba6167ced8b07.tar.bz2
Merge topic 'fix-warnings'
e1ea1df0 cmListFileCache: Fix warning about inconsistent use of class/struct
Diffstat (limited to 'Source')
-rw-r--r--Source/cmListFileCache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 03e0abe..4d3055f 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -58,8 +58,9 @@ struct cmListFileArgument
long Line;
};
-struct cmListFileContext
+class cmListFileContext
{
+public:
std::string Name;
std::string FilePath;
long Line;