Browse Source

Merge topic 'fix-warnings'

e1ea1df0 cmListFileCache: Fix warning about inconsistent use of class/struct
Brad King 9 years ago
parent
commit
1c8dadd914
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/cmListFileCache.h

+ 2 - 1
Source/cmListFileCache.h

@@ -58,8 +58,9 @@ struct cmListFileArgument
   long Line;
 };
 
-struct cmListFileContext
+class cmListFileContext
 {
+public:
   std::string Name;
   std::string FilePath;
   long Line;