diff --git a/src/Generator.Bind/Structures/Parameter.cs b/src/Generator.Bind/Structures/Parameter.cs index 626c4280..297422ed 100644 --- a/src/Generator.Bind/Structures/Parameter.cs +++ b/src/Generator.Bind/Structures/Parameter.cs @@ -20,7 +20,6 @@ namespace Bind.Structures /// Creates a new Parameter without type and name. /// public Parameter() - :base() { }