generator: drop unneeded parameter in WriteLine() call
This commit is contained in:
parent
b13d51a32d
commit
fcc775d658
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ namespace GtkSharp.Generation {
|
||||||
void GenerateCtors (StreamWriter sw)
|
void GenerateCtors (StreamWriter sw)
|
||||||
{
|
{
|
||||||
// Native GObjects do not implement the *Implementor interfaces
|
// Native GObjects do not implement the *Implementor interfaces
|
||||||
sw.WriteLine ("\t\tGLib.Object implementor;", Name);
|
sw.WriteLine ("\t\tGLib.Object implementor;");
|
||||||
sw.WriteLine ();
|
sw.WriteLine ();
|
||||||
|
|
||||||
if (!IsConsumeOnly) {
|
if (!IsConsumeOnly) {
|
||||||
|
|
Loading…
Reference in a new issue