From b2e0df6cf55f8accd86fb0a726724744857714f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jun 2012 01:55:05 -0500 Subject: Fix a number of tdebindings build issues This partially resolves Bug 597 Thanks to Darrell Anderson for the patch! --- qtsharp/src/generator/Printer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtsharp/src/generator') diff --git a/qtsharp/src/generator/Printer.cs b/qtsharp/src/generator/Printer.cs index 458de169..cb90c4b8 100644 --- a/qtsharp/src/generator/Printer.cs +++ b/qtsharp/src/generator/Printer.cs @@ -226,7 +226,7 @@ namespace QtCSharp { { if (check) return "\n\n\t\t\tif ((qparent = parent) != null)\n" + - "\t\t\t\parent.AddChild (this);\n"; + "\t\t\tparent.AddChild (this);\n"; else return ""; } -- cgit v1.2.1