diff --git a/generator/InterfaceGen.cs b/generator/InterfaceGen.cs index c6cecdf16..7b66cc837 100644 --- a/generator/InterfaceGen.cs +++ b/generator/InterfaceGen.cs @@ -160,7 +160,7 @@ namespace GtkSharp.Generation { void GenerateCtors (StreamWriter sw) { // Native GObjects do not implement the *Implementor interfaces - sw.WriteLine ("\t\tGLib.Object implementor;", Name); + sw.WriteLine ("\t\tGLib.Object implementor;"); sw.WriteLine (); if (!IsConsumeOnly) {