cmListFileCache: Fix warning about inconsistent use of class/struct

Exposed by Clang trunk.
This commit is contained in:
Tobias Hunger 2016-02-11 17:47:42 +01:00 committed by Brad King
parent 7db269ddd1
commit e1ea1df07e
1 changed files with 2 additions and 1 deletions

View File

@ -58,8 +58,9 @@ struct cmListFileArgument
long Line;
};
struct cmListFileContext
class cmListFileContext
{
public:
std::string Name;
std::string FilePath;
long Line;