mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06: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