Browse Source

Remove extra access field that conflicts with the one defined in its hierarchy.

pull/219/head
triton 12 years ago
parent
commit
28a7647ceb
  1. 1
      src/CppParser/AST.h

1
src/CppParser/AST.h

@ -597,7 +597,6 @@ struct CS_API Field : public Declaration
{ {
DECLARE_DECL_KIND(Field, Field) DECLARE_DECL_KIND(Field, Field)
CppSharp::CppParser::AST::QualifiedType QualifiedType; CppSharp::CppParser::AST::QualifiedType QualifiedType;
AccessSpecifier Access;
unsigned Offset; unsigned Offset;
CppSharp::CppParser::AST::Class* Class; CppSharp::CppParser::AST::Class* Class;
}; };

Loading…
Cancel
Save