diff --git a/src/AST/Type.cs b/src/AST/Type.cs index 2e95a3fe..3442c033 100644 --- a/src/AST/Type.cs +++ b/src/AST/Type.cs @@ -232,7 +232,7 @@ namespace CppSharp.AST RVReference } - public new bool IsReference + public bool IsReference { get { @@ -756,4 +756,4 @@ namespace CppSharp.AST T VisitPackExpansionType(PackExpansionType packExpansionType, TypeQualifiers quals); T VisitCILType(CILType type, TypeQualifiers quals); } -} \ No newline at end of file +}