Merge topic 'fix-warnings'
e1ea1df0 cmListFileCache: Fix warning about inconsistent use of class/struct
This commit is contained in:
commit
1c8dadd914
@ -58,8 +58,9 @@ struct cmListFileArgument
|
||||
long Line;
|
||||
};
|
||||
|
||||
struct cmListFileContext
|
||||
class cmListFileContext
|
||||
{
|
||||
public:
|
||||
std::string Name;
|
||||
std::string FilePath;
|
||||
long Line;
|
||||
|
Loading…
x
Reference in New Issue
Block a user