diff --git a/src/CppParser/AST.h b/src/CppParser/AST.h index e933c25d..feb8548e 100644 --- a/src/CppParser/AST.h +++ b/src/CppParser/AST.h @@ -85,7 +85,6 @@ struct CS_API FunctionType : public Type { QualifiedType ReturnType; CppSharp::CppParser::AST::CallingConvention CallingConvention; - VECTOR(QualifiedType, Arguments) VECTOR(Parameter*, Parameters) };