From e1ea1df07ec6c5a5514cad2ca44bbef9bd41c587 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 11 Feb 2016 17:47:42 +0100 Subject: cmListFileCache: Fix warning about inconsistent use of class/struct Exposed by Clang trunk. --- Source/cmListFileCache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v0.12