mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-12 20:39:49 -05:00
cmListFileCache: Fix warning about inconsistent use of class/struct
Exposed by Clang trunk.
This commit is contained in:
@@ -58,8 +58,9 @@ struct cmListFileArgument
|
||||
long Line;
|
||||
};
|
||||
|
||||
struct cmListFileContext
|
||||
class cmListFileContext
|
||||
{
|
||||
public:
|
||||
std::string Name;
|
||||
std::string FilePath;
|
||||
long Line;
|
||||
|
||||
Reference in New Issue
Block a user