cmListFileCache: Fix warning about inconsistent use of class/struct
Exposed by Clang trunk.
This commit is contained in:
parent
7db269ddd1
commit
e1ea1df07e
|
@ -58,8 +58,9 @@ struct cmListFileArgument
|
|||
long Line;
|
||||
};
|
||||
|
||||
struct cmListFileContext
|
||||
class cmListFileContext
|
||||
{
|
||||
public:
|
||||
std::string Name;
|
||||
std::string FilePath;
|
||||
long Line;
|
||||
|
|
Loading…
Reference in New Issue