mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -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;
|
long Line;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct cmListFileContext
|
class cmListFileContext
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
std::string Name;
|
std::string Name;
|
||||||
std::string FilePath;
|
std::string FilePath;
|
||||||
long Line;
|
long Line;
|
||||||
|
|||||||
Reference in New Issue
Block a user